new TWTR.Widget({
version: 2,
type: 'list',
rpp: 100,
interval: 30000,
title: 'Latest',
subject: 'Police raid Occupy Wall Street',
width: 600,
height: 400,
theme: {
shell: {
background: '#fa7500',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#0084b4'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setList('Storyfulbrk', 'occupyus').start();