new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 6000,
title: '2010 NAIS AC Twitter Community',
subject: 'Super Powers Unite',
width: 'auto',
height: 400,
theme: {
shell: {
background: '#ff96e7',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#b740c2'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('naisac10', 'community').start();
new TWTR.Widget({
version: 2,
type: 'search',
search: '#naisac10 OR naisac OR naisac2010',
interval: 10000,
title: 'Unleashing the Superpowers Within...',
subject: 'Feed Following #naisac10',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().start();