new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#c0deed',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#0748eb'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
behavior: 'all'
}
}).render().setUser('AFPcom').start();