Created
July 2, 2012 19:46
-
-
Save DanielJWood/3035260 to your computer and use it in GitHub Desktop.
Change in twitter widget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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