new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 12000,
width: 210,
height: 250,
theme: {
shell: {
background: '#f3edea',
color: '#000000'
},
tweets: {
background: '#f3edea',
color: '#333333',
links: '#003994'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('masa_wakayama').start();
