webmodules / bootstrap-social
JQuery Utilitties compatible with rudrax framework
Requires
- fortawesome/font-awesome: 4.1.0
- webmodules/bootstrap: >=3.2.0
Suggests
- webmodules/bootstrap: dev-master0 - Allows more advanced features
This package is not auto-updated.
Last update: 2017-08-09 11:48:24 UTC
README
Clean (unofficial) social media buttons for Bootstrap 2 and 3 using Font Awesome.
Social Buttons for Twitter Bootstrap is a plugin/mixin for Twitter Bootstrap that provides great looking (unofficial) themes for various social media buttons.
This works great with Font Awesome, which provides great looking icons for various social media actions.
Themes provided include:
- Github
- Google Plus
- Instragram
- and many more
Requirements
- Twitter Bootstrap 2.3.2 (although older versions should be fine too) or Twitter Bootstrap 3.
- Font Awesome 4.0.3 (again, older versions should be fine).
Installation
Once you have cloned the repo, if you are using CSS then:
Note: when using Bootstrap 3, use 'social-buttons-3.{ext}' instead of 'social-buttons.{ext}'!
- Include Bootstrap and Font Awesome in your app (see this guide)
- Include social-buttons.css in your app
- Start using buttons!
Or if you are using LESS then:
- Ensure Font Awesome is imported into your app (as CSS or LESS)
- Import social-buttons.less into bootstrap.less
- Build Bootstrap
- Start using buttons.
Note: if you want to use Font Awesome, you should disable the icons mixin (by removing the sprites.less import in bootstrap.less).
Authors
[Adam Neumann][0]
Contributors
Please help and get involved!
Contributions
If you would like to contribute (adding new styles, refining old styles, bug fixes, etc), please:
- fork this project and make the changes
- add yourself to the list of contributors
- send a pull request
License
Copyright 2013 Adam Neumann
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.