Displaying My RSS feed
-
Hi All,
Technically this is a bit unrelated to WP specifically so my apologies.
I would like to take the RSS feeds from my blogs at http://www.agents.hometownquotes.com/weblog and http://www.hometownquotes.com/blog and add them to other pages on site.
Any suggestions on how to do this are greatly appreciated. I would prefer to do it without having it run through another service (i.e. feedroll).
Thanks in advance!
-
You want to display links to the feeds, or the feed content itself?
If the latter, it depends on what type of page we’re talking about. If they’re PHP documents, I’d look at David Chait’s CG-Feedread:
I actually want to feed content to display on the page…perhaps the last 3 entries.
One page I have is a Coldfusion page and the other is plain ol’ HTML.
Thanks!
i’m looking to do exactly the same thing (display an RSS feed from my WP blog on a non-WP page).
as far as i can see, the best way to do this is to use a server-side script. MagpieRSS looks to be the best option.
more info: http://www.elixirsystems.com/seo_tips/rss_feeds_website_consuming.php
and: http://magpierss.sourceforge.net/
much easier than trying to figure it all out myself!
Get the plugin CG-Feadread
CG-FeedRead was built to do that. While it has a ‘plugin stub’ for wordpress, you can install the CG-PowerPack and then just include …/cg-plugins/cg-feedread.php in your php page, and call getSomeFeed as the docs show.
If you have any questions, post away!
-d
The topic ‘Displaying My RSS feed’ is closed to new replies.