new TWTR.Widget({
version: 2,
type: 'faves',
rpp: 10,
interval: 6000,
title: 'The best of Twitter according to',
subject: 'Henry Tapper',
width: 250,
height: 300,
theme: {
shell: {
background: '#43c43f',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#43c43f'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('henryhtapper').start();
You know how to party!