loisoft / bootstrap-social

:couple: Social Sign-In Buttons for Bootstrap

Home Page:https://lipis.github.io/bootstrap-social/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Buttons for Bootstrap

npm version Bower version

Social Buttons made in pure CSS based on Bootstrap and Font Awesome!

Check the live demo!

Installation

Include the bootstrap-social.css or bootstrap-social.less in your project, or install it through Bower:

bower install bootstrap-social

Available classes

  • btn-adn
  • btn-bitbucket
  • btn-dropbox
  • btn-facebook
  • btn-flickr
  • btn-foursquare
  • btn-github
  • btn-google
  • btn-instagram
  • btn-linkedin
  • btn-microsoft
  • btn-odnoklassniki
  • btn-openid
  • btn-pinterest
  • btn-reddit
  • btn-soundcloud
  • btn-tumblr
  • btn-twitter
  • btn-vimeo
  • btn-vk
  • btn-yahoo

Examples

<a class="btn btn-block btn-social btn-twitter">
  <span class="fa fa-twitter"></span>
  Sign in with Twitter
</a>

<a class="btn btn-social-icon btn-twitter">
  <span class="fa fa-twitter"></span>
</a>

Pull Requests

If you are about to create a new Pull Request for adding a new button or fixing something, don't update the minified bootstrap-social.css file. It will be generated automatically after a successful merge.

About

:couple: Social Sign-In Buttons for Bootstrap

https://lipis.github.io/bootstrap-social/

License:MIT License


Languages

Language:HTML 96.4%Language:JavaScript 3.6%