new TWTR.Widget({version: 2, type: ‘profile’, rpp: 10, interval: 30000, title: ’ ',subject: ’ ', width: 300, height: 300,
theme: {
shell: {
background: ’ ',
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444’,
links: ‘#53cdc7’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: ‘all’
}
}).render().setUser(‘username’).start();