本帖最后由 mingyn001 于 2013-5-18 20:32 编辑
Discuz X2.5官方安装包里的论坛帖子分享功能里只集成了QQ空间、腾讯微博以及腾讯朋友的功能,没有分享到新浪微博的功能,而现在用新浪微博的人不在少数,因此,我们可以通过修改Discuz X2.5代码,增加论坛帖子分享到新浪微博的功能:
1、首先找到如下文件
template/default/forum/viewthread_node.htm
2、在viewthread_node.htm中找到下面代码:- <div id="p_btn" class="mtw mbm cl">
- <!--{if !empty($$$$_G['setting']['pluginhooks']['viewthread_share_method'])}-->
- <div class="tshare cl">
- <strong>{lang viewthread_share_to}:</strong>
复制代码 在上面代码的下面添加下面代码:- <!--新浪微博代码开始-->
- <a style="cursor:pointer;" href="javascript:void((function(s,d,e){try{}catch(e){}var
- f='http://v.t.sina.com.cn/share/share.php?',u=d.location.href,p=['url=',e(u),'&title=',e
- (d.title),'&appkey=2359670809'].join('');function a(){if(!window.open([f,p].join(''),'mb',
- ['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))
- u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})
- (screen,document,encodeURIComponent));"> <img src="static/image/common/sina.png" alt="新浪微博">新浪微博</a>
- <!--新浪微博代码结束-->
复制代码 3、图片地址,可下载新浪分享的小图标,保存到如下目录:static/image/common/sina.png,或者可以自己制作一个小图标。
4、保存文件并上传,这时打开一篇帖子,就会发现下面多了一个分享到“新浪微博”的功能!
本代码修改版权归原作者,
演示地址:北都论坛 www.ibeidu.com
|