new TWTR.Widget({
version: 2,
type: 'faves',
rpp: 13,
interval: 30000,
title: 'Избранные твиты:',
subject: '',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#bbbbbb',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#188cf1'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setUser('PlunixRu').start();
