|
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#242324',
color: '#9c9a9c'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#adadad'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
hashtags: false,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('tat0mir').start();
|
|
|
|