
|
|
|
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 150,
height: 174,
theme: {
shell: {
background: '#ffffff',
color: '#000000'
},
tweets: {
background: '#abd6fc',
color: '#000000',
links: '#000dff'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('StMadocCentre').start();
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 150,
height: 174,
theme: {
shell: {
background: '#ffffff',
color: '#000000'
},
tweets: {
background: '#abd6fc',
color: '#000000',
links: '#000dff'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('StMadocCentre').start();
























