|
new TWTR.Widget({
id:'twitwidget',
version: 2,
type: 'profile',
rpp: 10,
interval: 6000,
width: 374,
height: 245,
theme: {
shell: {
background: '#7d7d7d',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#990000'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('KillerTracks').start();
|