Social Buttons made in pure CSS based on Bootstrap and Font Awesome!
Extended from lipis/bootstrap-social
Include the bootstrap-social.css or bootstrap-social.less in your project.
btn-adnbtn-bitbucketbtn-bdubtn-dropboxbtn-facebookbtn-flickrbtn-foursquarebtn-githubbtn-googlebtn-instagrambtn-linkedinbtn-microsoftbtn-odnoklassnikibtn-openidbtn-pinterestbtn-redditbtn-soundcloudbtn-tumblrbtn-twitterbtn-vimeobtn-vkbtn-yahoobtn-weibo
<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>In order to generate bootstrap-social.css, you will need to compile
bootstrap-social.less.
$ npm install -g less clean-css less-plugin-clean-css
$ npm install
$ lessc bootstrap-social.less --clean-css="--s0 -b --advanced" > bootstrap-social.css