|
new TWTR.Widget({ version: 2,
type: 'profile', rpp: 14, interval: 6000,
width: 198, height: 300, theme: { shell: {
background: '#000000', color: '#ffffff' },
tweets: { background: '#dddddd', color:
'#000000', links: '#555954' } }, features:
{ scrollbar: true, loop: false, live:
false, hashtags: true, timestamp: true,
avatars: false, behavior: 'default' }
}).render().setUser('EventsGermany').start();
|