Contact

Kevin Kinder

new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 1,
interval: 2000,
width: 230,
height: 300,
theme: {
shell: {
background: ‘#ffffff’,
color: ‘#555555′
},
tweets: {
background: ‘#ffffff’,
color: ‘#555555′,
links: ‘#4aed05′
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘all’
}
}).render().setUser(‘kskinder’).start();

Becca Martin

new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 1,
interval: 2000,
width: 230,
height: 300,
theme: {
shell: {
background: ‘#ffffff’,
color: ‘#555555′
},
tweets: {
background: ‘#ffffff’,
color: ‘#555555′,
links: ‘#4aed05′
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘all’
}
}).render().setUser(‘nwabecca’).start();

Comments are closed.