new TWTR.Widget({
version: 2,
type: ‘list’,
rpp: 30,
interval: 30000,
title: ‘DNC coverage live from’,
subject: ‘Mark Pazniokas’,
width: 600,
height: 500,
theme: {
shell: {
background: ‘#880000’,
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444’,
links: ‘#081857’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: ‘all’
}
}).render().setList(‘CTMirror’, ‘mark-pazniokas’).start();

Leave a comment