为WordPress增加分享到腾讯微博的功能,但是腾讯微博来源地址会显示“待通过审核应用”,我相信很多朋友都想在此显示自己的网站名称吧。
想把腾讯微博来源地址修改成自己喜欢的名称,先需要去腾讯微博开放平台提交申请,申请审核后就会显示你想要的名称了。
这里我用的腾讯微博转发代码是:
<a href="javascript:void(0)" onclick="{ var _t = encodeURI(document.title); var _url = encodeURI(window.location); var _site = encodeURI; var _pic = ''; var _u = 'http://v.t.qq.com/share/share.php?appkey=50766bd5d231475a91923b626fd3acd9&title='+_t+'&url='+_url+'&site='+_site+'&pic='+_pic; window.open( _u,'转播到腾讯微博', 'width=700, height=580, top=180, left=320, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no' );};" rel="nofollow" id="tencent-share" title="转播到腾讯微博"><span class="colorTip" style="margin-left: -60px;"><span class="pointyTipShadow"></span><span class="pointyTip"></span></span></a>
appkey后面的50766bd5d231475a91923b626fd3acd9换成你自己的appkey就可以了。