Making RSS Feed appear in browser

Discussion in 'Templates, HTML, CSS, and Design Help' started by EnergyFreak, Aug 6, 2010.

  1. EnergyFreak Customer

    Hey,

    Not sure if this has been covered yet, but I was wondering how can I make my RSS Feed appear on the right side of my address bar? So then you can just click on it and subscribe. I just think that most people are getting used to subscribing to feeds this way instead of looking for the actual feed on the site.
  2. michael Just get on with it!

    Try this within your <head> tags;

    <link rel="alternate" type="application/rss+xml"
    title="Your Feed Title" href="{$smarty.const.URL}/external.php" />
  3. EnergyFreak Customer

    Works good, thank you.

Share This Page