new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 7,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('crushdacatalyst').start();
Reply
Cold War Entertainment / Blog
Crush Da Catalyst Twitter. FOLLOW HIM
new TWTR.Widget({ version: 2, type: 'profile', rpp: 7, interval: 30000, width: 250, height: 300, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: true, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('crushdacatalyst').start();
Reply