Skip to content

Instantly share code, notes, and snippets.

@ConnectionMaster
Forked from jcsrb/gist:1496554
Created September 20, 2019 09:00
Show Gist options
  • Save ConnectionMaster/c4e947d94dd3990c4f310e855362fef8 to your computer and use it in GitHub Desktop.
Save ConnectionMaster/c4e947d94dd3990c4f310e855362fef8 to your computer and use it in GitHub Desktop.
facebook, twitter, google plus in addthis all with vertical count
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=YOUR-PROFILE-ID"></script>
<div class="addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="box_count" fb:like:width="48" fb:like:height="63"></a>
<div class="clearfix"></div>
<a class="addthis_button_tweet" tw:count="vertical"></a>
<div class="clearfix"></div>
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment