Log in

View Full Version : External RSS Feed That Includes Replies to Threads


JasonP007
08-16-2008, 01:12 AM
Currently we have this code in our footer...

<a href="http://www.stocknetworkonline.com/external.php?type=rss2"><img src="/rss2.gif" width="80" height="15" border="0" alt="Add RSS2"></a>

which gives us external RSS feeds to our site but does not include replies to threads so the only time we get RSS feeds is when someone creates a new thread.

Is there a way to have the RSS detect replies to thread etc...

Thanks,

Jason

Marco van Herwaarden
08-16-2008, 11:24 AM
Does the feed include posts, or does the feed only have threads? If the last, then there is no way you can get replies.

JasonP007
08-16-2008, 01:06 PM
The feed http://www.stocknetworkonline.com/external.php?type=rss2 has only been providing new threads...

Is there a way to include reply posts by changing the code? For example external.php?latestpost=1 or something like that?

Thanks for your time, I appreciate it...

Lynne
08-16-2008, 03:06 PM
The feed http://www.stocknetworkonline.com/external.php?type=rss2 has only been providing new threads...

Is there a way to include reply posts by changing the code? For example external.php?latestpost=1 or something like that?

Thanks for your time, I appreciate it...
You would have to look on their site and see what variables they provide for you to play with. It's their script and if they don't provide posts, just like the vb script does not provide posts, then there is nothing you can do about it.