Skip to content

Instantly share code, notes, and snippets.

@webapprentice
Created November 7, 2013 22:48
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 webapprentice/7363228 to your computer and use it in GitHub Desktop.
Save webapprentice/7363228 to your computer and use it in GitHub Desktop.
Add Sharing buttons to your pages using AddThis
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_pinterest_share"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-527bc84e7d786e11"></script>
<!-- AddThis Button END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment