new TWTR.Widget({
version: 2,
type: ‘search’,
search: ‘#bmm’,
interval: 6000,
title: ‘London office opening party!’,
subject: ‘Tracking mobile social stats’,
width: 533,
height: 600,
theme: {
shell: {
background: ‘#db1515′,
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444′,
links: ‘#1985b5′
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: ‘default’
}
}).render().start();
