šŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Simple social sharing buttons with shared count ajax lookups.Features:Icon fontAjax requests for number of times sharedHide share count if 0Built with Sass, exported to CSS

Ajax Plugins

Documentation

jQuery Social Sharing Buttons

View Demo

Simple social sharing buttons.

This is what they look like.

Required files

  • fonts/
  • social-buttons.css
  • social-buttons.js

Button Syntax

<a target="_blank" href="http://twitter.com/share?url=http://labs.carsonshold.com/social-sharing-buttons" class="share-twitter">   <span class="icon icon-twitter"></span>   <span class="share-title">Tweet</span> </a> 

Button Styles

  • Add class is-large to the surrounding .social-sharing div for large buttons.
  • Add class is-clean to the surrounding .social-sharing div for clean buttons.

Update Sass

sass --watch social-buttons.scss:social-buttons.css 

You May Also Like