dhok
dhok

Reputation: 45

WeChat share button

I am trying to find out if it is possible to create a share button on a website that shares to WeChat.

So just as you would with Twitter or Facebook to share a message or link back to the social network.

Has anyone managed to do this? Or has anyone confirmed that it is not possible?

thanks!

Upvotes: 4

Views: 28301

Answers (4)

Simon E.
Simon E.

Reputation: 58600

You can use the AddThis service to embed a range of share buttons, including WeChat.

It doesn't seem to support opening the WeChat app with a pre-populated message (like when sharing to Twitter/Facebook) - probably because the WeChat app doesn't support this - but works around it in two ways:

  • On Desktop: clicking the share button displays a QR code which the user can scan using their mobile device

  • On Mobile: tapping the share button displays a share URL, a button to easily copy the URL, and another button to open the WeChat app. The user needs to still perform a couple of steps manually, but it's about the easiest it's gonna get.

Hope that helps.

Upvotes: 4

Roy
Roy

Reputation: 383

I have tried to implement the integration of WeChat on Meteor before. The questions are: 1. Did you have the correct package ID and signature? 2. Did you get approved from WeChat and get the WeChat App ID?

I follow the tutorials and get my app work here: http://blog.sanuker.com/?p=691 Hope it helps! Good luck.

Upvotes: 0

Sam
Sam

Reputation: 218

They publish an APK for Android and iOS that allows you to do this from another native app.

As far as I'm aware, WeChat, like WhatsApp, does not support any web browser access so I don't think it's possible.

http://dev.wechat.com/wechatapi

Perhaps somewhere in the API you can create a share button on a website that opens the Android or iOS apps, but I don't think any WeChat access is possible from the desktop.

Upvotes: 2

Marco
Marco

Reputation: 4927

The answer in this SO question should help you WeChat sharing, how to change re-share description and thumbail?. It refers to a Javascript API WeixinJSBidge http://mp.weixin.qq.com/qa/index.php?qa=3163 with the documentation in Chinese but the code is still readable. Hope it helps you!

Upvotes: 0

Related Questions