Skip to content

Instantly share code, notes, and snippets.

@jamiew
Created December 3, 2009 22:07
Show Gist options
  • Save jamiew/248587 to your computer and use it in GitHub Desktop.
Save jamiew/248587 to your computer and use it in GitHub Desktop.
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'knowyourmeme OR \"know your meme\"',
interval: 6000,
title: 'Twitter Search Results',
subject: '&quot;knowyourmeme&quot;',
width: 250,
height: 300,
theme: {
shell: {
background: '#111740',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#9f1c27'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment