new TWTR.Widget({
version: 2,
type: 'search',
search: 'from:CEGDurham OR from:PS_Applied_Ecol OR CEGDurham', // here is our query!
interval: 6000,
width: 300,
height: 300,
theme: {
shell: {
background: 'transparent',
color: '#333'
},
tweets: {
background: 'transparent',
color: '#333',
links: '#c10000'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();