Twitter feed

If you got or know of a twitter account of interest, let me know and I’ll add it to the list 🙂

new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 4,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: ‘#333333’,
color: ‘#ffffff’
},
tweets: {
background: ‘#000000’,
color: ‘#ffffff’,
links: ‘#4aed05’
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: ‘default’
}
}).render().setUser(‘Inzababa’).start();

new TWTR.Widget({
version: 2,
type: ‘search’,
search: ‘ethical business’,
interval: 6000,
title: ‘test’,
subject: ‘Ethical Business’,
width: 250,
height: 300,
theme: {
shell: {
background: ‘#8ec1da’,
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444’,
links: ‘#1985b5’
}
},
features: {
scrollbar: true,
loop: true,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: ‘default’
}
}).render().start();

new TWTR.Widget({
version: 2,
type: ‘list’,
rpp: 7,
interval: 6000,
title: ‘News and stuff’,
subject: ‘:)’,
width: 250,
height: 300,
theme: {
shell: {
background: ‘#bb96ff’,
color: ‘#523852’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444’,
links: ‘#79517d’
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: ‘default’
}
}).render().setList(‘Inzababa’, ‘news-and-stuff’).start();

Leave a comment

Design a site like this with WordPress.com
Get started