Can you put an RSS feed into an HTML page?

edmicman

Golden Member
May 30, 2001
1,682
0
0
I have a generic, relatively static HTML page that I would like to place a few RSS feeds in the middle of. Is there something that can do this out there? I'm not even really sure what to search for. Basically I have a few blogs with RSS feeds, and I would like to put links (or even snippets of the text?) to the last few entries of each on the front page of this site, which is basically just flat HTML. Thanks for any info!
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
A little bit of PHP. It might be tuff if you don't know it though.
 

edmicman

Golden Member
May 30, 2001
1,682
0
0
Are there any premade scripts out there though? What is the "little bit of PHP"? Thanks!
 

edmicman

Golden Member
May 30, 2001
1,682
0
0
Thanks, that script sort of works. Actually, it looks like its exactly what I wanted, but it gave a "parse error, unexpected t_string" no matter what feed I gave it. I did some searching on google and found one that worked, apparently from the same site, so thats cool. I'll play with that. I wonder if I can limit how many items it returns or not? Thanks for the tip!