QQ书签代码

来源:百度知道 编辑:UC知道 时间:2024/07/02 08:31:23
我想在网站加入QQ书签收藏的代码 QQ书签代码是什么?
代码放在BODY之间 还是HEAD之间?

可以。。
<a href="javascript:window.open('http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1','favit','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)" style="text-decoration:none;color:#155da5;display:block;background:url('http://shuqian.qq.com/img/add.gif') no-repeat 0px 0px;height:23px;width:116px;padding:2px 2px 0px 20px;font-size:12px;">收藏到QQ书签</a>
这种代码很好,,添加的
放在BODY之间