RSS

How do I add an RSS feed icon to my site?

Scenario:
"I want to have one of those new-fangled XML RSS icons that points to my RSS feed."

Solution:
Add a little code to your skin.

Original forum thread (thanks, admun!):
http://forum.nucleuscms.org/viewtopic.php?p=41522#41522

Method:

  1. Download the relevant RSS icon you would like to have and put it in your skin's directory.
  2. If you do not already have an RSS icon, you can make one yourself by using an online button generator, such as Adam Kalsey's Button Maker.
  3. Add the following code to the part of the skin you would like to have the icon:
    <a href="http://yourdomain.com/blog/xml-rss2.php">
      <img src="<%skinfile(rss2.gif)%>" alt="RSS Feed" />
    </a>
section: RSS | submitted by Leng on 2005.Sep.18 | 6406 views

item rate
Total votes: 11 - Rating: 8.27

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

10