Integrating RSS Auto Sensing
Posted on: Thursday, May 8th, 2008 in: Tips, Best Practices, Browsers, Web DesignHave you wondered how other websites get that Orange feed icon to light up in IE 7 and Firefox? Here’s how to do it.
In the head section of your source code insert the following code:
link rel=”alternate” type=”application/rss+xml” title=”RSS Design-World Watch” href=”http://feeds.feedburner.com/Design-WorldWatch” /
Please note so you can see the code, I have removed the < in front and […]