Ezilon.com - Target Your Audience, be Seen in Your Region

XML or RSS feeds

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 3 posts

Joined: Dec 2004

I am trying to find a script that will post a the news headlines from like Yahoo News on my site from a RSS or XML Feed. Anyone know of any scripts that will help me accomplish this ... right now I am manually updating the news every couple hours. HELP!!

heebiejeebieclu's picture

He has: 524 posts

Joined: Aug 2004

Yes, exactly.

I keep seeing "signs" saying RSS Feed - put this on your website. How?

Or can I just paste the code it gives me directly into my page, per chance?

heebie.co.uk has arrived. Don't get the heebie jeebies.

Te audire no possum. Musa sapientum fixa est in aure.
I cannot hear you. I have a banana in my ear

This site is best viewed using a web browser. Anyone trying to use a rhinoceros or elephant does so at their own risk

CptAwesome's picture
Sponsor

He has: 370 posts

Joined: Dec 2004

RSS is a specific "standard" for how to write certain XML documents, for the specific purpose of them being displayed on other websites or through RSS readers.

There is lots that can be explained about RSS and how the standards work etc, but that isn't what you asked. You want to know how to make the feeds show up on your page. This is easy, you just have to find a PHP/Perl/CGI/ASP/etc script that can read the RSS, and process it into a manner that you want it to appear.

Should be able to find at least 1 you like on http://www.sourceforge.net just look around a bit, they are pretty ubiquitous

<? echo implode('',explode('|','A|W|E|S|O|M|E')); ?>

http://www.free-online-web-tools.com

CptAwesome's picture
Sponsor

He has: 370 posts

Joined: Dec 2004

Oh, and Yahoo has a whole page about it, since thats what you're looking to use http://news.yahoo.com/rss

<? echo implode('',explode('|','A|W|E|S|O|M|E')); ?>

http://www.free-online-web-tools.com

fifeclub's picture

He has: 675 posts

Joined: Feb 2001

When I was experimenting with displaying an RSS feed from my employers site, I didn't feel like going through all the trouble of installing aggrigator scripts. I found three good sites that will parse the RSS code for you and give you the custom output with just a simple cut and paste code. Check out these three links:

http://www.howdev.com/services/feedsweep/

http://www.bigbold.com/rssdigest/index.html

http://jade.mcli.dist.maricopa.edu/feed/index.php?s=build

This is a good way to get an RSS feed on your website with very little effort. However if you get Google-like traffic you may not want to rely on a 3rd party to parse for you. Hope that helps.

Nip it in the bud!