new TWTR.Widget({
version: 2,
type: 'search',
search: 'bakerbounce OR baker bounce OR ベーカーバウンス',
interval: 6000,
title: 'BakerBounce',
subject: 'ベーカーバウンス',
width: 250,
height: 300,
theme: {
shell: {
background: '#f68d50',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#008ccd'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
