new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 4,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: ‘#000000’,
color: ‘#ebeb49’
},
tweets: {
background: ‘#05000a’,
color: ‘#ffffff’,
links: ‘#4aed05’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: ‘all’
}
}).render().setUser(‘elnavarrete’).start();
Leave a reply