|
|
Sparky!
0
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 200,
height: 400,
theme: {
shell: {
background: '#474447',
color: '#e20aff'
},
tweets: {
background: '#21252e',
color: '#faf4f2',
links: '#05faea'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('marionnunez').start();
|