fm:Rss
The RSS component allows you to add additional rss feeds to your html document, from within for example an Application Template. You must include the {$htmlheaders} template variable to your wrapper template in order for this to work correctly.
Example
<fm:Rss href="http://www.reddit.com/.rss" type="rss" />
Supported attributes
| Name | Required | Default | Description |
|---|---|---|---|
| href | Required | N/A | The url to the RSS feed |
| title | Optional | N/A | The name of the RSS feed |
| type | Optional | atom | The type of the rss feed (either rdf,rss or atom) |
