new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 165,
height: 300,
theme: {
shell: {
background: '#d9d9d9',
color: '#615c61'},
tweets: {
background: '#ffffff',
color: '#4f4e43',
links: '#4f4e43'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all' }
}).render().setUser('yazidfuadi_').start();