new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 30,
interval: 6000,
width: 'auto',
height: 250,
theme: {
shell: {
background: '#d5d3de',
color: '#0a090a'
},
tweets: {
background: '#f7f4f7',
color: '#0f0e0f',
links: '#3d25d9'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('pablobastidas').start();
... Leer más