new TWTR.Widget({
version: 2,
type: 'search',
search: '#お笑い',
interval: 6000,
title: 'お笑い on Twitter',
subject: 'お笑い on Twitter',
width: 550,
height: 650,
theme: {
shell: {
background: '#09174b',
color: '#ffffff'
},
tweets: {
background: '#e6eef4',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().start();
new TWTR.Widget({
version: 2,
type: 'search',
search: '#ネタ',
interval: 6000,
title: 'ネタon Twitter',
subject: 'ネタ on Twitter',
width: 550,
height: 650,
theme: {
shell: {
background: '#09174b',
color: '#ffffff'
},
tweets: {
background: '#e6eef4',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().start();