Skip to content

Instantly share code, notes, and snippets.

@padolsey
Created July 24, 2009 10:32
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 padolsey/153958 to your computer and use it in GitHub Desktop.
Save padolsey/153958 to your computer and use it in GitHub Desktop.
<script src="http://widgets.twimg.com/j/1/widget.js">
new TWTR.Widget({
search: 'my search query',
id: 'twtr-search-widget',
loop: true,
title: 'what people say about...',
subject: 'stuff and things',
width: 250,
height: 300,
theme: {
shell: {
background: '#111',
color: '#000000'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#f59f00'
}
}
}).render().start();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment