Looking for a script that would allow me to display multiple RSS feeds on a page. I currently have one that allows me to do 1 at time, and each one has to have a copy of the script on the server.
I need a script that I can place in the displaylinks template, with something like this:
< IF { LINKRSSFEED }< a href="phprssscript.php?url=http://theurlofthelinksrssfeed&items_to_display=1 " > ~~~itemtitle~~~ | ~~~itemdate~~~ < /a > < /IF >
So I would have a link field called RSSFEED. If the member fills this field out with the url of the feed, then when their link is displayed, it should use that php script to display the first item of the feed. It will have to display at least the title of the last item (date not that important).
Anybody has found a solution for anything like this?
Comments on multiple RSS with one script? Anybody?
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hello everybody,
Looking for a script that would allow me to display multiple RSS feeds on a page. I currently have one that allows me to do 1 at time, and each one has to have a copy of the script on the server.
I need a script that I can place in the displaylinks template, with something like this:
< IF { LINKRSSFEED }< a href="phprssscript.php?url=http://theurlofthelinksrssfeed&items_to_display=1 " > ~~~itemtitle~~~ | ~~~itemdate~~~ < /a > < /IF >
So I would have a link field called RSSFEED. If the member fills this field out with the url of the feed, then when their link is displayed, it should use that php script to display the first item of the feed. It will have to display at least the title of the last item (date not that important).
Anybody has found a solution for anything like this?
Thanks
David
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Got it. Carp RSS is the way to go.