new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 6000,
width: '230',
height: 150,
theme: {
shell: {
background: '#006837',
color: '#fff'
},
tweets: {
background: '#fff',
color: '#000',
links: '#f00'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('diskontop').start();