You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 years ago | |
|---|---|---|
| .. | ||
| .bower.json | 11 years ago | |
| .editorconfig | 11 years ago | |
| .gitignore | 11 years ago | |
| README.md | 11 years ago | |
| bootstrap-social.css | 11 years ago | |
| bootstrap-social.less | 11 years ago | |
| bootstrap-social.scss | 11 years ago | |
| bower.json | 11 years ago | |
README.md
Social Buttons for Bootstrap
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-google-plusbtn-instagrambtn-linkedinbtn-microsoftbtn-openidbtn-redditbtn-soundcloudbtn-tumblrbtn-twitterbtn-vimeobtn-vkbtn-yahoo
Examples
<a class="btn btn-block btn-social btn-twitter">
<i class="fa fa-twitter"></i>
Sign in with Twitter
</a>
<a class="btn btn-social-icon btn-twitter">
<i class="fa fa-twitter"></i>
</a>
Pull Requests
If you are about to create a new Pull Request for adding a new button don't
update the minified bootstrap-social.css file. It will be generated
automatically after a successful merge.