【发布时间】:2015-04-16 09:43:23
【问题描述】:
我正在使用这个插件 SocialSharing-PhoneGap-Plugin
我用过这个代码
<!-- unlike most apps Twitter doesn't like it when you use an array to pass multiple files as the second param -->
<button onclick="window.plugins.socialsharing.shareViaTwitter('Message via Twitter')">message via Twitter</button>
<button onclick="window.plugins.socialsharing.shareViaTwitter('Message and link via Twitter', null /* img */, 'http://www.x-services.nl')">msg and link via Twitter</button>
我的手机中有 twitter 应用程序 它运行良好。我的手机中没有 twitter 应用程序,它无法正常工作。你能帮助我吗?假设如果我在移动设备中没有 twitter 应用程序。自动转到 Web 浏览器 分享我的内容
【问题讨论】:
-
插件文档是否说明需要在手机上安装应用程序?
-
我认为没有 @Cristik 。该文档仅 twitter、facebook 共享内容仅 ios 和 android 手机
标签: jquery cordova twitter phonegap-plugins socialshare