Skip to content

Instantly share code, notes, and snippets.

@camwest
Created March 15, 2009 22:36
Show Gist options
  • Save camwest/79566 to your computer and use it in GitHub Desktop.
Save camwest/79566 to your computer and use it in GitHub Desktop.
<script type="text/javascript" charset="utf-8" src="http://search.twitter.com/search.json?callback=callback&q=maxcameron"></script>
<script type="text/javascript" charset="utf-8">
function callback(data) {
data.results.each(function(result){
$('results').insert(new Tweet(result));
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment