new TWTR.Widget({
version: 2,
type: 'search',
search: '#1000gifts',
interval: 30000,
title: '#1000gifts',
subject: 'One Thousand',
width: 'auto',
height: 200,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
...