Skip to content

Instantly share code, notes, and snippets.

@DanielJWood
Created July 2, 2012 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielJWood/3035260 to your computer and use it in GitHub Desktop.
Save DanielJWood/3035260 to your computer and use it in GitHub Desktop.
Change in twitter widget
// twitter
new TWTR.Widget({
version: 2,
type: 'search',
search: '#ICC OR #demandjustice',
//The above was changed from 'amnesty' to '#ICC OR demandjustice'
interval: 30000,
title: 'Amnesty Tweets',
subject: '',
width: 250,
height: 300,
theme: {
shell: {
background: 'transparent',
color: '#ffffff'
},
tweets: {
background: 'rgba(255,255,255,.8)',
color: '#111',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
behavior: 'default'
}
}).render().start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment