new TWTR.Widget({
version: 2,
type: 'search',
search: 'india',
interval: 5000,
title: '',
subject: '',
width: 'auto',
height: 250,
theme: {
shell: {
background: '#ffffff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
behavior: 'default'
}
}).render().start(...