Daily Archives: 2010/09/26

为WordPress添加腾讯微博#一键转播#按钮

好久没更了,这次带给大家一个小按钮功能。要知道腾讯微博的这个一键转播功能知道的人还是很少的,就来普及下吧。 首先:如果是WordPress,添加下面代码到 single.php 喜欢的位置。 <a href=”javascript:window.open(‘http://v.t.qq.com/share/share.php?title=’+encodeURIComponent(document.title)+’&url=’+encodeURIComponent(‘<?php the_permalink() ?>’)+’&jumpback=2&noui=1′,’favit’,'width=700,height=546,left=50,top=50,toolbar=no, menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes’);void(0)”><img title=”转发到腾讯微博” alt=”腾讯微博” src=”http://v.t.qq.com/share/images/ico.png” width=”16″ height=”16″ /></a> 注:其中的URL 使用WordPress的 <?php the_permalink() ?> 函数,然后在用 encodeURIComponent 转码。 其他类网站,类推就好了。 效果按钮: ————— 正在考虑把这个功能加到 wordpress-tencent-microblog 但是只加一个按钮貌似没什么意义,先搁着吧。 最近搁了好多东西,配好的 vps 也闲了好久,文章也停更了许久,工作太忙了,只能抽空喽。