How does link with href for Line and Wechat?

匆匆过客 提交于 2020-01-13 06:34:12

问题


Do you know the protocol for Line and Wechat? I want to find link of Line and Wechat like yahoo(ymsgr:sendIM?userid) and skype(skype:userid?chat)


回答1:


The protocol you are looking for is weixin://

We are currently aware of 2 different ways to call this:

  1. weixin://contacts/profile/USERNAME - USERNAME is a variable
  2. weixin://qr/DECODED_QR_CODE - DECODED_QR_CODE is the decoded version of a WeChat QR code.

* IMPORTANT NOTE: Please note this functionality has been deprecated*



来源:https://stackoverflow.com/questions/19971775/how-does-link-with-href-for-line-and-wechat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!