前言
现在很多出售商品的都想把流量引导到微信里。 现在常见的手法是通过在页面复制微信号,然后通过url scheme weixin://
直接跳转到微信,然后搜索微信号添加好友。很复杂。这样繁琐就可能导致广告费付诸东流。那么,很多人就在想有没有一种方式是可以直接从网页或者app跳转到微信添加好友或者关注界面的呢?下面介绍一些微信URL Scheme。
微信URL Scheme
在外部浏览器中,可以通过<a href="weixin://">
打开微信APP
也可以通过加一些参数,打开微信APP里的指定页面
<a href="weixin://dl/scan">扫一扫</a>
<a href="weixin://dl/feedback">反馈</a>
<a href="weixin://dl/moments">朋友圈</a>
<a href="weixin://dl/settings">设置</a>
<a href="weixin://dl/notifications">消息通知设置</a>
<a href="weixin://dl/general">通用设置</a>
<a href="weixin://dl/officialaccounts">公众号</a>
<a href="weixin://dl/games">游戏</a>
<a href="weixin://dl/help">反馈</a>
<a href="weixin://dl/profile">个人信息</a>
<a href="weixin://dl/features">功能</a>
微信URL Scheme大全:
“weixin://dl/stickers”
“weixin://dl/games”
“weixin://dl/moments”
“weixin://dl/add”
“weixin://dl/shopping”
“weixin://dl/groupchat”
“weixin://dl/scan”
“weixin://dl/profile”
“weixin://dl/settings”
“weixin://dl/general”
“weixin://dl/help”
“weixin://dl/notifications”
“weixin://dl/terms”
“weixin://dl/chat”
“weixin://dl/features”
“weixin://dl/clear”
“weixin://dl/feedback”
“weixin://dl/faq”
“weixin://dl/recommendation”
“weixin://dl/groups”
“weixin://dl/tags”
“weixin://dl/officialaccounts”
“weixin://dl/posts”
“weixin://dl/favorites”
“weixin://dl/privacy”
“weixin://dl/security”
“weixin://dl/wallet”
“weixin://dl/businessPay”
“weixin://dl/businessPay/”
“weixin://dl/wechatout”
“weixin://dl/protection”
“weixin://dl/card”
“weixin://dl/about”
“weixin://dl/blacklist”
“weixin://dl/textsize”
“weixin://dl/sight”
“weixin://dl/languages”
“weixin://dl/chathistory”
“weixin://dl/bindqq”
“weixin://dl/bindmobile”
“weixin://dl/bindemail”
“weixin://dl/securityassistant”
“weixin://dl/broadcastmessage”
“weixin://dl/setname”
“weixin://dl/myQRcode”
“weixin://dl/myaddress”
“weixin://dl/hidemoments”
“weixin://dl/blockmoments”
“weixin://dl/stickersetting”
“weixin://dl/log”
“weixin://dl/wechatoutcoupon”
“weixin://dl/login/phone_view”
“weixin://dl/login/common_view”
“weixin://dl/businessPay”
“weixin://dl/businessTempSession/”
“weixin://dl/businessGame/detail/”
“weixin://dl/businessGame/detail”
“weixin://dl/businessGame/library/”
“weixin://dl/businessGame/library”
“weixin://dl/businessWebview/link/”
“weixin://dl/businessWebview/link”
“weixin://dl/business/tempsession/”
“weixin://dl/businessTempSession/”
“weixin://dl/business”
“weixin://dl/wechatout”
“weixin://dl/update_newest_version”
“weixin://dl/moments”
“weixin://dl/recommendation”
通过weixin://dl/business/?ticket=XXX
,能够打开微信并且打开指定页面。比如打开一个二维码页面,客户从普通浏览器跳转到微信后直接长按二维码即可添加好友。
这样可以大幅度的提升转化率。
貌似 只有打开微信app功能,其他内部的功能微信给拦下来了