We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    Can I get the RSS icon and link to a feed in the address bar like SMF does? I have three main "news" documents, and three .rss xml pages. I would ideally like to get the icon with link when the user is on the relevant news page.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 696
      • 46 Posts
      try including the folowing in the head of your template.

      <link rel="alternate" type="application/rss+xml" title="RSS" href="[~Id of feed~]" />

      can include asmany as you want so include one for each of your 3 rss files and it will then show the RSS icon which when clicked will display a dropdown box with an option of which one to subscribe to depicted by the title...
        • 28042 ☆ A M B ☆
        • 24,524 Posts
        Ah, is that what those were in the default demo site installation! Thanks!
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 696
          • 46 Posts
          thats ok most people are unaware due to the fact that at the moment its a firefox only tag but it is very handy