README.md (1269B)
1 Social Buttons for Bootstrap 2 ============================ 3 4 Social Buttons made in pure CSS based on 5 [Bootstrap](http://twbs.github.io/bootstrap/) and 6 [Font Awesome](http://fortawesome.github.io/Font-Awesome/)! 7 8 [Check the live demo!](http://lipis.github.io/bootstrap-social) 9 10 Installation 11 ------------ 12 13 Include the `bootstrap-social.css` or `bootstrap-social.less` in your project, or 14 install it through [Bower](http://bower.io/): 15 16 bower install bootstrap-social 17 18 Available classes 19 ----------------- 20 - `btn-adn` 21 - `btn-bitbucket` 22 - `btn-dropbox` 23 - `btn-facebook` 24 - `btn-flickr` 25 - `btn-foursquare` 26 - `btn-github` 27 - `btn-google-plus` 28 - `btn-instagram` 29 - `btn-linkedin` 30 - `btn-microsoft` 31 - `btn-openid` 32 - `btn-reddit` 33 - `btn-soundcloud` 34 - `btn-tumblr` 35 - `btn-twitter` 36 - `btn-vimeo` 37 - `btn-vk` 38 - `btn-yahoo` 39 40 Examples 41 -------- 42 43 ```html 44 <a class="btn btn-block btn-social btn-twitter"> 45 <i class="fa fa-twitter"></i> 46 Sign in with Twitter 47 </a> 48 49 <a class="btn btn-social-icon btn-twitter"> 50 <i class="fa fa-twitter"></i> 51 </a> 52 ``` 53 54 Pull Requests 55 ------------- 56 If you are about to create a new **Pull Request** for adding a new button don't 57 update the minified `bootstrap-social.css` file. It will be generated 58 automatically after a successful merge.