Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created October 7, 2010 16:41
Show Gist options
  • Save thejefflarson/615428 to your computer and use it in GitHub Desktop.
Save thejefflarson/615428 to your computer and use it in GitHub Desktop.
$('twitter-link').click(function(e){
e.preventDefault();
var url = "http://twitter.com/share?url="+ self.short_url + "&text=" + encodeURIComponent(article.headline.text()) + "&via=propublica&related=propublica";
window.open(url, "pp-twitter", "menubar=1,status=1,scrollbars=1,resizable=1,width=535,height=535");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment