如何在页面中调起qq聊天
PC页面调起qq示例代码(其中uin为qq号):
// PC页面
<a href="tencent://message/?uin=123456&Site=http://www.xxx.com&Menu=yes"><img src="http://wpa.qq.com/pa?p=1:1328789469:10"></a>
h5页面调起qq示例代码:
// TW页面
<a href="mqqwpa://im/chat?chat_type=wpa&uin=123456&version=1&src_type=web&web_src=oicqzone.com"><img src="http://wpa.qq.com/pa?p=1:1328789469:10"></a>