August 6, 200917 yr could someone please talk me through how i could possibly go about getting rss onto my website
August 6, 200917 yr I think you need to be more specific... do you mean create your own feed...display someone else's feed or get the rss subscribe icon to show in the browser address bar?? some links you may find useful... create a feed - http://www.w3schools.com/rss/default.asp parse a feed - http://www.w3schools.com/PHP/php_xml_parser_expat.asp to activate the rss subscribe icon in modern browsers, addthe following to your <head> <!-- RSS Feed --> <link rel="alternate" type="application/rss+xml" title="FEED TITLE HERE" href="http://your-rss-feed-url-here.co.uk" />
August 6, 200917 yr If you want to add other peoples RSS feeds to your site I've found www.rssinclude.com pretty useful. It's free but there is a paid for version (I think it was only about £15) which allows you to merge several RSS feeds into one. You can customise the colours and layout of the both the free version and the paid for version. I've used it on this site www.hertfordshirehairsalons.com in the news, latest styles and style tips areas.
August 6, 200917 yr Author I think you need to be more specific... do you mean create your own feed...display someone else's feed or get the rss subscribe icon to show in the browser address bar?? some links you may find useful... create a feed - http://www.w3schools.com/rss/default.asp parse a feed - http://www.w3schools.com/PHP/php_xml_parser_expat.asp to activate the rss subscribe icon in modern browsers, addthe following to your <head> <!-- RSS Feed --> <link rel="alternate" type="application/rss+xml" title="FEED TITLE HERE" href="http://your-rss-feed-url-here.co.uk" /> I have a real estate website and I would like to have a section whereby news from other sites eg: http://www.indianrealtynews.com/ gets displayed under the news sections on my website Could you help please
August 6, 200917 yr www.rssinclude.com is perfect for what you need it just seems to be down at the moment. Another option is http://www.thefeedtool.com.
August 6, 200917 yr If you have any comprehension of coding, you could also use SimplePie... http://simplepie.org/
Create an account or sign in to comment