Skip to content

Instantly share code, notes, and snippets.

@tarto-dev
Created September 13, 2014 17:06
Show Gist options
  • Select an option

  • Save tarto-dev/cada1e90177997485d89 to your computer and use it in GitHub Desktop.

Select an option

Save tarto-dev/cada1e90177997485d89 to your computer and use it in GitHub Desktop.
function tweetscore(){
//share score on twitter
var tweetbegin = 'http://twitter.com/home?status=';
var tweettxt = 'I scored '+tweetnumber+' at this game -' + window.location.href + '.';
var finaltweet = tweetbegin +encodeURIComponent(tweettxt);
window.open(finaltweet,'_blank');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment