且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

添加社交分享链接到phonegap应用程序

更新时间:2023-01-01 17:56:59

PhoneGap社交分享,iOS和Window



使用CLI安装

PhoneGap Social Sharing plugin for Android, iOS and Window

Install with the CLI

cordova外挂程式add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git

cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git

添加您的页面

<button onclick="window.plugins.socialsharing.share('Message, image and link', null, 'https://www.google.nl/images/srpr/logo4w.png', 'http://www.x-services.nl')">message, image and link</button>
<button onclick="window.plugins.socialsharing.share('Message, subject, image and link', 'The subject', 'https://www.google.nl/images/srpr/logo4w.png', 'http://www.x-services.nl')">message, subject, image and link</button>

更多...

More...