Skip to content

Instantly share code, notes, and snippets.

@hdragomir
Created April 30, 2011 20:48
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 hdragomir/949984 to your computer and use it in GitHub Desktop.
Save hdragomir/949984 to your computer and use it in GitHub Desktop.
Generate Tweet Buttons at will
window.twttr && $('#content a.twitter-share-button').each(function(i, el){
(new window.twttr.TweetButton(this)).render();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment