Link to follow someone on WeChat / Weixin

I have a page with my company WeChat / Weixin QR Code. You cannot scan a QR code if you are viewing the site on your mobile phone (quite a paradox for a mobile social network).
I would like to add a button that is visible only on devices with touch support (<- This part, which I know how to do), which will automatically open WeChat / Weixin on the user's Follow page .

I found several sites that claim this is possible, but they are all in Chinese. I tried to copy their code and simply change the unique WeChat / Weixin user ID, but it does nothing.

In addition, the official WeChat dev page does not provide information on how to do this.

Optimally, this should work on any mobile OS.

+4
source share
1 answer

PLEASE CONTACT THIS FUNCTIONALITY WAS DEFECTED

Wechat protocol is weixin: //

We currently know about two different ways:

weixin: // contacts / profile / USERNAME - USERNAME is the variable you are replacing.

So you name it as John Doe

-one
source

Source: https://habr.com/ru/post/1501591/


All Articles