Skip to content

Instantly share code, notes, and snippets.

@boertel
Created December 17, 2012 23:38
Show Gist options
  • Save boertel/4323485 to your computer and use it in GitHub Desktop.
Save boertel/4323485 to your computer and use it in GitHub Desktop.
Invite Action
<input type='text' name='invite'>
window.ptReady.push(function () {
PT.referral.getUrl("<URL YOU WANT TO SHARE>", function (urls) {
// urls is an object containing: longUrl and shortUrl
$("input[name=invite_friends]").val(urls.shortUrl);
},
true); // ask for a shorten version of the url
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment