Social Buttons made in pure CSS based on Bootstrap and Font Awesome!
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-adnbtn-bitbucketbtn-dropboxbtn-facebookbtn-flickrbtn-foursquarebtn-githubbtn-googlebtn-instagrambtn-linkedinbtn-microsoftbtn-odnoklassnikibtn-openidbtn-pinterestbtn-redditbtn-soundcloudbtn-tumblrbtn-twitterbtn-vimeobtn-vkbtn-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>
Notes
For now I won't accept any request for new buttons as I'm planning to split the main CSS to have separate files for all of the requested ones.