打开

template/default/forum/viewthread_node.htm,查找:

  • <!--{if $post['invisible'] == 0}-->
  • <!--{if $post['first'] && $_G[uid] && $_G[uid] == $post[authorid]}-->
  • <a
    href="misc.php?mod=invite&action=thread&id=$_G[tid]"
    onclick="showWindow('invite', this.href, 'get', 0);">{lang
    invite}</a>
  • <!--{/if}-->

上面添加:(注意上面有个<p>)

 

  • <img
    src="http://v.t.qq.com/share/images/s/weiboicon16.png"
    align="absmiddle"/> <a href="javascript:void(0)"
    onclick="postToWb();"
    style="height:16px;font-size:12px;line-height:16px;"> 转播到腾讯微博</a&
    gt;<script type="text/javascript">
  •         function postToWb(){
  •                 var _t = encodeURI(document.title);
  •                 var _url = encodeURIComponent(document.location);
  •                 var _appkey = encodeURI("39d5fc64bfd54c7b9507f846debda0f4");//你从腾讯获得的 appkey
  •                 var _pic = encodeURI('');//(例如:var _pic='图片 url1|图片 url2|图片 url3....)
  •                 var _site = 'http://www.yudi.tk/';//你的网站地址
  •                 var _u =
    'http://v.t.qq.com/share/share.php?title='+_t+'&url='+_url+'&appkey='+_appkey+'&site='+_site+'&pic='+_pic;
  •                 window.open( _u,'', 'width=700, height=680,
    top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes,
    resizable=no, status=no' );
  •         }
  • </script>

申请 AppKey 的办法:

  1. 如需在腾讯微博显示来源,需向腾讯官方申请 AppKey 。请通过邮件形式申请,发送以下信息:
  2. 1. 网站名称;
  3. 2. 应用场景简述;
  4. 3. 域名;
  5. 4. 需要显示的来源字段。
  6. 至邮箱 api_weibo@tencent.com,通过审核后我们会邮件回复 AppKey 。
  7. 说明:为了保证页面显示效果,请提供相对简洁的来源字段,不超过 8 个汉字。来源字段将在申请成功后 1-2 个工作日内生效。