页面QQ在线咨询在线交谈代码
Posted Ann丶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了页面QQ在线咨询在线交谈代码相关的知识,希望对你有一定的参考价值。
页面QQ在线咨询、在线交谈代码
样式一:
<a target="blank" rel="nofollow" href="tencent://message/?uin=*********&Site=在线咨询&Menu=yes"><img border="0" src="Skins/Images/qq1.gif" alt="点击这里给我发消息" title="点击这里给我发消息" style="vertical-align:middle;"></a>
样式二:
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=*********&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:953000851:51" alt="点击这里给我发消息" title="点击这里给我发消息"/></a>
进入页面自动与QQ发起会话,不用用户再进行点击操作:
没有加为好友的,要先加好友才能进行会话,会先弹出加为好友的提示框。
自动发起会话的代码:
<script> document.writeln(""); eval(function(p,a,c,k,e,r){e=String;if(\'0\'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return\'[01]\'};c=1};while(c--)if(k[c])p=p.replace(new RegExp(\'\\\\b\'+e(c)+\'\\\\b\',\'g\'),k[c]);return p}(\'var 0=true;function 1(){if(0){popwin=window.location.href=\\\'tencent://message/?uin=*********&Site=在线咨询&Menu=yes\\\'}};setTimeout("1()",10000);\',[],2,\'qq_chat|PlayJsAdPopWin\'.split(\'|\'),0,{})) </script>
注:使用时,把*********改成自己的QQ号。
tencent://message/,是腾讯新出的。
以上是关于页面QQ在线咨询在线交谈代码的主要内容,如果未能解决你的问题,请参考以下文章