Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashhitch/jquery-simple-share
Simple Social sharing enhanced by jQuery
https://github.com/ashhitch/jquery-simple-share
Last synced: about 2 months ago
JSON representation
Simple Social sharing enhanced by jQuery
- Host: GitHub
- URL: https://github.com/ashhitch/jquery-simple-share
- Owner: ashhitch
- License: apache-2.0
- Created: 2014-06-06T07:18:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T13:04:02.000Z (over 10 years ago)
- Last Synced: 2024-05-21T09:18:25.132Z (7 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jQuery Simple Share
===================Simple Social sharing links/buttons enhanced by jQuery
- Provides the ability to share a URL via various social networks
- Uses your own icons
- Provides a copyable and no JS fallback.## Usage
```html
``````js
$('.social-icons ul').simpleShare();```