gpt4 book ai didi

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

转载 作者:太空狗 更新时间:2023-10-29 16:16:10 24 4
gpt4 key购买 nike

我有一个使用 jquery mobile 的应用程序,它输出和图像。

现在我已经在预览页面中显示了图像,并且我在下面添加了链接以在 facebook 和 twitter 以及其他平台上分享它们

我该如何编码...

当用户点击分享按钮时,默认的分享面板应该像这样弹出

https://cdn.tutsplus.com/mobile/uploads/legacy/Android-SDK_Share-Activity/android_share_chooser.png

当用户选择 twitter 时,twitter 应用程序会打开并且应该附上图片。

这是如何实现的..我应该查看社交网站的 api 还是 android api 或 phonegap api

最佳答案

适用于 Android、iOS 和 Window 的 PhoneGap 社交分享插件

使用 CLI 安装

cordova 插件添加 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...

关于android - 将社交分享链接添加到 phonegap 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26779784/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com