We are using the search widget on out site with one term “hldecrypt”… it’s been pulling in random stuff for a week. If I change the case of the search term (ie “HLDecrypt”) it loses the extra tweets for a few hours then they come back. Here’s the code…
new TWTR.Widget({
version: 2,
type: ‘search’,
search: ‘HLDecrypt’,
interval: 6000,
title: ‘’,
subject: ‘’,
width: 390,
height: 320,
theme: {
shell: {
background: ‘none’,
color: ‘#ffffff’
},
tweets: {
background: ‘none’,
color: ‘#FFFFFF’,
links: ‘#BC9220’
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: false,
timestamp: true,
avatars: true,
toptweets: false,
behavior: ‘default’
}
}).render().start();