Skip to content

Instantly share code, notes, and snippets.

@imvision
Created October 8, 2013 14:02
Show Gist options
  • Save imvision/6885171 to your computer and use it in GitHub Desktop.
Save imvision/6885171 to your computer and use it in GitHub Desktop.
Facebook, Twitter, and G+ plus sharing with query strings.
Social Sharing
1. Facebook
<a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://processgreen.com&p[images][0]=http://processgreen.com/images/process_green_facebook.png&p[title]=Proccess Green&p[summary]=Businesses donating to charities for free through day-to-day transactions - Check out Process Green!','facebook-share-dialog', 'width=626,height=436'); return false;"><img src="images/facebook_round.png" width="32" height="32"></a>
2. Twitter
<a href="#" onclick="window.open('http://twitter.com/share?url=http://processgreen.com/&text=Businesses donating to charities for free through day-to-day transactions - Check out Process Green!','twitter-share-dialog', 'width=626,height=436'); return false;"><img src="images/twitter_round.png" width="32" height="32" alt="Twitter" /></a>
3. Google Plus
<a href="#" onclick="window.open('https://plus.google.com/share?url='+encodeURIComponent(location.href),'google-share-dialog', 'width=626,height=436'); return false;"><img src="images/google_round.png" alt="Google" width="32" height="32" /></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment