Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 791 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 791 Bytes

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