mvilares
03-19-2006, 05:42 AM
I wanted the orange RSS button/icon to show up automatically in Firefox, but the autodetect function doesn't appear to make this happen. I'm using PP 1.5 beta 1 but this should work for earlier versions.
Just add the following to the head tag of your image template and change the title and your site's feed URL:
<link rel="alternate" type="application/rss+xml"
title="My RSS Feed" href="http://www.yoursite.com/index.php?x=rss">
After doing this, I now get the orange RSS icon in the address bar in Firefox and live bookmarking my site works beautifully. If you have multiple feeds, just add a link element as given above for each RSS feed available on your site.
For an example of what I mean, go to my site (http://photoblog.3horizons.com) using Firefox 1.5 and you should see the orange RSS icon in the address bar. If you are using earlier versions of Firefox, you should see the orange RSS icon in the statusbar instead of the address bar.
Hope this helps someone out there.
Just add the following to the head tag of your image template and change the title and your site's feed URL:
<link rel="alternate" type="application/rss+xml"
title="My RSS Feed" href="http://www.yoursite.com/index.php?x=rss">
After doing this, I now get the orange RSS icon in the address bar in Firefox and live bookmarking my site works beautifully. If you have multiple feeds, just add a link element as given above for each RSS feed available on your site.
For an example of what I mean, go to my site (http://photoblog.3horizons.com) using Firefox 1.5 and you should see the orange RSS icon in the address bar. If you are using earlier versions of Firefox, you should see the orange RSS icon in the statusbar instead of the address bar.
Hope this helps someone out there.