Skip to content

Instantly share code, notes, and snippets.

@jamesmrobinson
Forked from davidsneal/html-share-buttons.html
Last active March 31, 2016 23:01
Show Gist options
  • Save jamesmrobinson/92d0f5527106ba8bcddf to your computer and use it in GitHub Desktop.
Save jamesmrobinson/92d0f5527106ba8bcddf to your computer and use it in GitHub Desktop.
HTML Share Buttons
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=https://simplesharebuttons.com">Facebook</a>
<!-- Twitter -->
<a href="https://twitter.com/share?url=https://simplesharebuttons.com&amp;text=Simple%20Share%20Buttons&amp;hashtags=simplesharebuttons">Twitter</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url=https://simplesharebuttons.com">Google</a>
<!-- LinkedIn -->
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https://simplesharebuttons.com">LinkedIn</a>
<!-- Pinterest -->
<a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());">Pinterest</a>
<!-- Email -->
<a href="mailto:?Subject=Simple Share Buttons&amp;Body=I%20saw%20this%20and%20thought%20of%20you!%20 https://simplesharebuttons.com">Email</a>
<!-- Print -->
<a href="javascript:;" onclick="window.print()">Print</a>
<!-- Digg -->
<a href="http://www.digg.com/submit?url=https://simplesharebuttons.com">Digg</a>
<!-- Buffer -->
<a href="https://bufferapp.com/add?url=https://simplesharebuttons.com&amp;text=Simple Share Buttons">Buffer</a>
<!-- Reddit -->
<a href="http://reddit.com/submit?url=https://simplesharebuttons.com&amp;title=Simple Share Buttons">Reddit</a>
<!-- StumbleUpon-->
<a href="http://www.stumbleupon.com/submit?url=https://simplesharebuttons.com&amp;title=Simple Share Buttons">StumbleUpon</a>
<!-- Tumblr-->
<a href="http://www.tumblr.com/share/link?url=https://simplesharebuttons.com&amp;title=Simple Share Buttons">Tumblr</a>
<!-- VK -->
<a href="http://vkontakte.ru/share.php?url=https://simplesharebuttons.com">VK</a>
<!-- Yummly -->
<a href="http://www.yummly.com/urb/verify?url=https://simplesharebuttons.com&amp;title=Simple Share Buttons">Yummly</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment