RSS

Why doesn't my Firefox display the little live RSS feed icon for my site?

Scenario:
"I'm looking at my site with Firefox and I know I have an RSS feed but I can't see the little orange RSS feed icon in the lower right hand corner. What's wrong?"

Solution:
You're missing information in the section of your website.

Original forum thread (thanks, hcgtv and kg!):
http://forum.nucleuscms.org/viewtopic.php?t=8116

Method:
Make sure the following lines of code are in the section of your html:

<!-- RSS 2.0 feed -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
<!-- RSD support -->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />

irefox reads the head section of the html to find out whether there is RSS information or not. This information is usually located in the "head.inc" or "header.inc" file of skins (for the default skin, it is located in the file "head.inc").

section: RSS | submitted by Leng on 2005.Sep.18 | 4016 views

item rate
Total votes: 6 - Rating: 9.33

Please tell us how useful this answer was to you (0 = useless, 10 = very very helpful):

10