What is the easiest way to display an RSS feed on your website?
I know packages like Wordpress have plugins for this but I want to be able to display it on a simple html or php site.
I have used javascript but I've read thats bad for search engines and it relies on a third party servers.
Anyone know a way, that is fairly easy to do.
Thanks in advance for the answers and sorry for the no tip. I'm setting up a PayPal account now and will definitely tip with future questions.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$4 Answers
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Here is the site: http://code.google.com/apis/ajaxfeeds/
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$http://www.scriptol.com/tools/rss-feed-gadget.php
Here are some Google Gadget RSS Feeds to check out:
http://www.google.com/ig/directory?synd=open&q=RSS+Feed&btnG=Search+Google+Gadgets
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$
Thanks very much, I'm going to check this out now.
It sounds like you want to display an RSS feed within your HTML website. The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can "spider" the contents of the RSS feeds.
Additional details and a free rss2html download is available at: http://www.feedforall.com/more-php.htm
Additional information and other options for displaying RSS feeds can be found at: http://www.rss-specifications.com/displaying-rss-feeds.htm
Goodluck!