简体   繁体   中英

Share image to Facebook using Cordova SocialSharing plugin with link attached

I'm using SocialSharing Plugin for cordova, to allow my Android App to share an image directly to user's news feed.

I have read all the documentation and found no way to make it share like this app does. I don´t know what language they used to build it, but the share dialog looks exactly the same, except that the published image to the user's news feed has a small link on top of it.

Is there any plugin for Cordova, that allow sharing this way to Facebook?

Thank you very much.

这就是应用程序共享的方式。它在顶部添加了一个小链接

I'm the maintainer of cordova-plugin-facebook-connect. The option to include photos in a share dialog will be added in the next release:

https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect/issues/54

I'm currently investigating this too as the Social Sharing plugin doesn't link to your own Facebook App as far as I can tell.

I haven't tried it yet, but it appears that this plugin is what we need, and I'm hoping to investigate further in the next few weeks:

https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect

This SO thread also seems relevant and references the old version of the Facebook plugin that the one linked above was forked from:

Facebook Cordova plugin - sharing a photo (with no link) results in empty Share Dialog

Hope this is useful!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM