-
Notifications
You must be signed in to change notification settings - Fork 0
RSS Support
Mark Junker edited this page Oct 25, 2024
·
1 revision
The syndicated feed macro allows for the importing of external RSS and Atom feeds into your wiki page. Regardless of what prefix (rss, atom, feed) you use for this macro, the correct renderer will be determined at run-time.
Name | Description | Range |
---|---|---|
url | absolute url to rss feed | n/a |
Name | Description | Range | Default |
---|---|---|---|
max | maximum number of posts to display up to 20 | 0-20 | 20 |
titlesOnly | show only the date and title of each post | true/false | false |
{rss:url=http://blogs.msdn.com/codeplex/rss.xml,max=1,titlesOnly=false}
Note: Below are not rendered because CodePlex does not support these
{atom:url=http://someatomurl.com}
{feed:url=http://somefeedurl.com}