Integrating RSS Auto Sensing

Have 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 the > behind the code or it would not show in your browser. Simply replace the URL for my feed Design-World Watch with your own feed address starting with http://.

It’s that simple to turn on the orange feed icon!