Page 1 of 1
Inserting Blog Entries into a Remote Webpage
Posted: Sat Jul 02, 2005 3:14 am
by JavaJones
How do I use my Serendipty generated RSS feeds to fill a remote site's webpages. What code do I have to insert into the new website?
Posted: Sat Jul 02, 2005 7:17 am
by Keil
That depends entirely on what you want it to look like, or even do! Heck, it changes entirely on what the new side uses as a scripting language.
Posted: Sat Jul 02, 2005 8:06 am
by cvk
If you're using PHP, you could take a look at the
MagpieRSS Parser for an easy solution.
solution
Posted: Mon Jul 04, 2005 3:50 am
by JavaJones
THanks, I found an elegant javascript solution off the last link provided.