new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 218,
height: 460,
theme: {
shell: {
background: '#E8E8E8',
color: '#333333'
},
tweets: {
background: '#ffffff',
color: '#333333',
links: '#F89C1D'
}
},
features: {
//scrollbar: true,
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('PUREonline_de').start();
