26 lines
686 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Social Sharing
```
$ ionic cordova plugin add cordova-plugin-x-socialsharing
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/social-sharing
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/social-sharing/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin](https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin)
Share text, files, images, and links via social networks, sms, and email.
For Browser usage check out the Web Share API docs: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin#5-web-share-api
## Supported platforms
- Android
- Browser
- iOS
- Windows
- Windows Phone
2021-09-29 14:38:45 +02:00