new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 11,
interval: 30000,
width: ‘auto’,
height: 300,
theme: {
shell: {
background: ‘#ffffff’,
color: ‘#3948f5’
},
tweets: {
background: ‘#ffffff’,
color: ‘#383838’,
links: ‘#0753eb’
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: ‘all’
}
}).render().setUser(‘danieldutrieux’).start();

@