Help:RSSInclude
From neilgaiman.info
Syntax:
- <rssinclude url="" />
- <rssinclude url="" limit="" />
- <rssinclude url="" suppress="title" limit="" />
Explanation
- This tag allows you to pull the contents of an RSS feed into the current page.
- You may limit the number of results returned with the limit attribute, which takes an integer.
- Some feeds (such as Google News) may repeat the title in the description field, in which case you may add suppress="title" to keep that field from being displayed.
