new TWTR.Widget({
version: 2,
type: ‘list’,
rpp: 30,
interval: 30000,
title: ‘’,
subject: ‘’,
width: 310,
height: 300,
theme: {
shell: {
background: ‘#316FBB’,
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444’,
links: ‘#006152’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: ‘all’
}
}).render().setList(‘ACCOUNT’, ‘LISTNAME’).start();