When you embed a widget script block, there are a number of parameters in our framework that let you adjust the appearance of the widget at runtime. The maxPosts parameter lets you set the number of articles:
<script src="http://nmp.newsgator.com/NGBuzz/buzz.ashx?buzzId=12345&apiToken=99999999999&maxPosts=50" type="text/javascript">
</script>
What's great about this feature is that it allows for a greater maximum than can be set in Editor's Desk. In Editor's Desk, the maximum number of articles is 20. With maxPosts you can set it to something greater.
Comments