Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jkishner/9819549 to your computer and use it in GitHub Desktop.
Save jkishner/9819549 to your computer and use it in GitHub Desktop.
Tweet Note/Link
var t = op.getLineText();
var et = encodeURIComponent(t);
var link = op.attributes.getOne("url");
var twt = "https://twitter.com/share?text=" + et + "&url=" + link;
window.open(twt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment