Show off your favorite tweets! Also in real time, this widget will pull in the tweets you’ve starred as favorites. It’s great for moderation
new TWTR.Widget({
version: 2,
type: ‘faves’,
rpp: 10,
interval: 6000,
title: ‘The best of Twitter according to mbateam’,
subject: ‘A Twitter web marketing consultant’,
width: 250,
height: 300,
theme: {
shell: {
background: ‘#068eb8’,
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#444444’,
links: ‘#43c43f’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: ‘all’
}
}).render().setUser(‘mbateam’).start();