Feed Plugin
Includes content feeds (of any version of RSS and Atom) in a wiki page.
[{Feed url='http://slashdot.org/index.rss' feedDetails='true'}]
will display the latest news from Slashdot and the details about the feed itself.
[{Feed url='http://feeds.feedburner.com/Techcrunch' entryDetails='true' max='5'}]
will display the 5 latest news with their details.
Parameters (with defaults):
url='<the url of the rss feed to render>'
max='10' The maximum number of feed entries to show
feedDetails='false' true/false: if the feed details are shown
entryDetails='false' true/false: if the feed entries' details are shown
cacheTime='300' the feed plugin caches the feed content for so many seconds for better performance
Was this helpful?