Testing the Twitter Lists Widget

Here is the wideget:


Here is the code:

<br /> <script src="http://widgets.twimg.com/j/2/widget.js"></script><br /> <script> new TWTR.Widget({ version: 2, type: 'list', rpp: 30, interval: 6000, title: 'SmallBusiness.com/wiki/Twitter_lists', subject: '@smallbusiness/influencers', width: 500, height: 1000, theme: { shell: { background: '#ffffff', color: '#1e8f39' }, tweets: { background: '#ffffff', color: '#000000', links: '#2970c2' } }, features: { scrollbar: true, loop: false, live: true, hashtags: true, timestamp: true, avatars: true, behavior: 'all' } }).render().setList('smallbusiness', 'influencers').start(); </script>