Syndicated Feed Support
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.
Required Parameters
| Name | Description | Range |
| url | absolute url to rss feed | n/a |
Optional Parameters
| 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 |
Source Markup
{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}
Rendered Markup