Skip to content

Instantly share code, notes, and snippets.

@octavioamu
Created November 6, 2013 13:35
Show Gist options
  • Save octavioamu/7336143 to your computer and use it in GitHub Desktop.
Save octavioamu/7336143 to your computer and use it in GitHub Desktop.
Social buttons no js
<a target="_blank" href="https://twitter.com/intent/tweet?text=YOUR-TITLE&url=YOUR-URL&via=TWITTER-HANDLE">Tweet</a>
<a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=YOUR-URL">Share on Facebook</a>
<a target="_blank" href="https://plus.google.com/share?url=YOUR-URL">Plus on Google+</a>
<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=YOUR-URL&title=YOUR-TITLE&summary=YOUR-SUMMARY&source=YOUR-URL">Share on LinkedIn</a>
<a target="_blank" href="http://pinterest.com/pin/create/button/?url=YOUR-URL&description=YOUR-DESCRIPTION&media=YOUR-IMAGE-SRC">Pin on Pinterest</a>
USE http://www.sharelinkgenerator.com/
ex: <a href="http://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.octavioamu.com.ar&p[images][0]=https://mockupstogo.mybalsamiq.com/mockups/4046.png&p[title]=teste&p[summary]=some%20summary%20text">Share on Facebook</a>
https://twitter.com/intent/tweet?text=Check%20out%20the%20Social%20Sharing%20add-on%20for%20Kraken&url=http://cferdinandi.github.io/social-sharing/&via=chrisferdinandi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment