EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 909 forks source link

WeChat and QQ does not apply any text or Link #148

Open ghost opened 10 years ago

ghost commented 10 years ago

I am using Cordova and plugin 4.3.0 on Android 4.3 with the following code:

window.plugins.socialsharing.share('Optional message','Optional title',http://www.baidu.com/img/bdlogo.gif, 'http://www.baidu.com');

It works well with sinaweibo but it just pass the image to Wechat(微信) and QQ without passing message and link. Can give me some hints? Thanks a lot!

rlisperguier commented 9 years ago

Hi,

I have the same problem in wechat, when I try to share a URL doesn't appear (only the image)

Did you solve this problem?

Thanks

hyitclj commented 8 years ago

I hava the same problem