Twitterage
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#2e2d2e',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#4f4f4f',
links: '#cf405d'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('patberry').start();