Skip to content

Instantly share code, notes, and snippets.

@amirsuhail786
Last active March 30, 2017 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirsuhail786/bddba25219e1e882b16ff0d4a1940b3e to your computer and use it in GitHub Desktop.
Save amirsuhail786/bddba25219e1e882b16ff0d4a1940b3e to your computer and use it in GitHub Desktop.
<div id="share-buttons">
<!-- Digg -->
<a href="http://www.digg.com/submit?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-digg"></span>
</a>
<!-- Email -->
<a href="mailto:?Subject=HTML Share Buttons&amp;Body=I%20saw%20this%20and%20thought%20of%20you!%20">
<span class="fa fa-share"></span>
</a>
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-facebook"></span>
</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-google-plus"></span>
</a>
<!-- LinkedIn -->
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-linkedin"></span>
</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)());">
<span class="fa fa-linkedin"></span>
</a>
<!-- Print -->
<a href="javascript:;" onclick="window.print()">
<span class="fa fa-print"></span>
</a>
<!-- Reddit -->
<a href="http://reddit.com/submit?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-reddit"></span>
</a>
<!-- StumbleUpon-->
<a href="http://www.stumbleupon.com/submit?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-stumbleupon"></span>
</a>
<!-- Tumblr-->
<a href="http://www.tumblr.com/share/link?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-tumblr"></span>
</a>
<!-- Twitter -->
<a href="https://twitter.com/share?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-twitter"></span>
</a>
<!-- VK -->
<a href="http://vkontakte.ru/share.php?url={current_page_code_of_your_cms}" target="_blank">
<span class="fa fa-vk"></span>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment