An open API service indexing awesome lists of open source software.

https://github.com/nigelotoole/share-url

Share a URL with Web Share, copy to clipboard or to social media
https://github.com/nigelotoole/share-url

javascript share social webcomponent

Last synced: 10 months ago
JSON representation

Share a URL with Web Share, copy to clipboard or to social media

Awesome Lists containing this project

README

          

# Share URL
### Share a URL with Web Share, copy to clipboard or to a social platform

Native Web Share API is used if available, can copy link to clipboard and share directly to social media.

### [Demo and documentation](http://nigelotoole.github.io/share-url/)

---
## Quick start
```javascript
$ npm install @nigelotoole/share-url --save-dev
```

Import the JS into your project, add the elements to your HTML and initialize the plugin if needed.

---
### License
MIT © Nigel O Toole