PDA

View Full Version : RSS Feed icon


kd6lor
14th of October 2006 (Sat), 10:15
I came across this HTML code to place a RSS feed icon in the address bar of Firefox, and am wondering if anyone out there can tell me what .PHP file to place the code into. The code is:

<link rel="alternate" type="application/rss+xml" title="John Bokma RSS" href="/index.rss">

I found this info here: http://johnbokma.com/firefox/rss-and-live-bookmarks.html

Thanks for info on where to insert this code.

Paul

Pekka
14th of October 2006 (Sat), 12:51
You add it to index page content template (both normal and UDM versions), inside HEAD tags. You have to use rss.php instead of index.rss:

<link rel="alternate" type="application/rss+xml" title="EE gallery RSS" href="/rss.php">

It works on other pages, too (list, gear, sitemap...).

kd6lor
14th of October 2006 (Sat), 13:15
Thanks Pekka, worked like a charm!

Paul