2021-09-29 20:09:02 +08:00
|
|
|
# Social Sharing
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ionic cordova plugin add cordova-plugin-x-socialsharing
|
2021-09-29 21:19:55 +08:00
|
|
|
$ npm install @awesome-cordova-plugins/social-sharing
|
2021-09-29 20:09:02 +08:00
|
|
|
```
|
|
|
|
|
2021-09-29 21:19:55 +08:00
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/social-sharing/)
|
2021-09-29 20:09:02 +08: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 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|