Skip to content

Instantly share code, notes, and snippets.

@taybenlor
Created October 11, 2010 13:12
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 taybenlor/620484 to your computer and use it in GitHub Desktop.
Save taybenlor/620484 to your computer and use it in GitHub Desktop.
<script>
function get_count(data){
$("lol").html(data.count);
}
</script>
<script src="http://urls.api.twitter.com/1/urls/count.json?url=http://google.com&callback=get_count">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment