Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darklow/social-share-kit
Library of decent and good looking CSS/JavaScript social sharing icons, buttons and popups
https://github.com/darklow/social-share-kit
icons share-icons share-popups social-icons social-share
Last synced: 11 days ago
JSON representation
Library of decent and good looking CSS/JavaScript social sharing icons, buttons and popups
- Host: GitHub
- URL: https://github.com/darklow/social-share-kit
- Owner: darklow
- License: other
- Created: 2015-01-31T16:42:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T16:36:41.000Z (over 5 years ago)
- Last Synced: 2024-10-15T04:29:19.660Z (29 days ago)
- Topics: icons, share-icons, share-popups, social-icons, social-share
- Language: CSS
- Homepage: http://socialsharekit.com
- Size: 228 KB
- Stars: 397
- Watchers: 18
- Forks: 75
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Social Share Kit](http://socialsharekit.com)
[![CDNJS](https://img.shields.io/cdnjs/v/social-share-kit.svg)](https://cdnjs.com/libraries/social-share-kit)
[![npm](https://img.shields.io/npm/v/social-share-kit.svg)](https://www.npmjs.com/package/social-share-kit)Social Share Kit is a library of decent and good looking CSS/JavaScript social sharing icons, buttons and popups.
To get started and see examples, check out !
## Table of contents
- [License](#license)
- [Documentation](#documentation)
- [Browser support](#browser-support)
- [Contributing](#contributing)## License
* Social Share Kit is licensed under **Creative Commons Attribution-NonCommercial 3.0** license. As long as you do not use the Social Share Kit in a business or money-making venture, it is free for your own personal use.
* More about license: http://socialsharekit.com/#license
* Pricing: http://socialsharekit.com/#pricing## Documentation
* Documentation: http://socialsharekit.com/
* Support: http://socialsharekit.com/#support
* Follow on Twitter to get latest news: [@socialsharekit](http://twitter.com/socialsharekit)## Browser support
IE8+, Chrome, Firefox, Safari. JavaScript library is standalone and has no 3rd party requirements.
## Contributing
* Do not edit CSS file directly since they are automatically generated from LESS files with LESSC compiler. Pull requests should contain changes to both .less and .css files.
* If contributed changes affects documentation/examples page `docs/index.html`, you should add according changes to it too.
* If you are changing JavaScript `dist/js/social-share-kit.js` compression of the file into `dist/js/social-share-kit.min.js` is welcomed (with npm [uglify-js](https://www.npmjs.com/package/uglify-js) - `uglifyjs --compress --mangle --comments -- dist/js/social-share-kit.js > dist/js/social-share-kit.min.js`), but not neccessary.