Skip to content

Instantly share code, notes, and snippets.

@jandreaucodes
Created June 23, 2015 15:30
Show Gist options
  • Save jandreaucodes/48d90de2d06560aa505c to your computer and use it in GitHub Desktop.
Save jandreaucodes/48d90de2d06560aa505c to your computer and use it in GitHub Desktop.
On Page(Article) you can remove the Social sharing icons by removing the code in this gist
<div id='social-share'>
<div class='share-btn'>
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-count="vertical">{{system.snippets.tweet}}</a>
</div>
<div class='share-btn'>
<div class="fb-like" data-send="false" data-layout="box_count" data-width="100" data-show-faces="false"></div>
</div>
<div class='share-btn'>
<g:plusone size="tall"></g:plusone>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment