Click to See Complete Forum and Search --> : rss implementation question


dMac
10-25-2005, 04:21 PM
i'm looknig to add rss feeds to a web site where the user can click on a link and get some current news based on the rss feed chosen. i'll probably be using one of the many php rss parsers out there.

my question is: when a user clicks on the rss feed headline, say one from a wired.com rss feed, can i display the content in whatever format i want? meaning, instead of going to wired.com to read the story, can the content of the story be displayed in the format of the website from which it was selected? and of course giving wired.com props, as its their story.

tia

JPnyc
10-25-2005, 04:40 PM
Yes, if your script allows you do to so. We have one on the front of this site. That's a remote RSS feed, parsed, styled, and displayed. When the source file changes, the display will change with it.

JPnyc
10-25-2005, 04:52 PM
Here's (http://jade.mcli.dist.maricopa.edu/feed/) one to DL that may suit your needs. We've used it.

dMac
10-26-2005, 07:11 AM
Here's (http://jade.mcli.dist.maricopa.edu/feed/) one to DL that may suit your needs. We've used it.
thanks for your help! :)