SuperDMon
Member
Posted 7 years ago #
Forgive me if this has been answered before..
..I've installed WordPress and have seen other WordPress sites in Firefox that have the little orange "Add Live Boo0kmark" icon in the lower right hand corner, but on my installation http://www.bizzyblog.com, the icon does not show up. Is there something I have to do to activate this feed? Is it a DOCTYPE setting or some sort of javascript code, or is there a way to activate it through the admin?
Please help!
SupD
SuperDMon
Member
Posted 7 years ago #
Valerie
Member
Posted 6 years ago #
SuperDMon,
You should get the feed icon in Firefox by adding:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.bizzyblog.com/wp-rss2.php/" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.bizzyblog.com/wp-rss.php" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.bizzyblog.com/wp-atom.php" />
between the <head> and </head> tags of your page files. (Could be in header.php or index.php, depending on your theme.)
CounterDax
Member
Posted 6 years ago #
Yeah, and after adding that, the feed for the live bookmark only works once: the feed is not updated afterwards... any idea?