- UID
- 1
- 主题
管理员
- CN币
- 币
- 威望
- 值
- 报料奖
- 元
- 贡献
- 值
- 回复
- 帖
- 日志
- 好友
- 帖子
- 主题
- 听众
- 收听
- 性别
- 保密
|
Discuz X2官方安装包里的论坛帖子分享功能里只集成了QQ空间、腾讯微博以及腾讯朋友的功能,没有分享到新浪微博的功能,而现在用新浪微博的人不在少数,因此,我们通过修改Discuz X2代码,增加论坛帖子分享到新浪微博的功能:
修改方法一:
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、保存文件并上传,这时打开一篇帖子,就会发现下面多了一个分享到“新浪微博”的功能!
修改方法二:
对于不想自己动手修改代码的站长,可以通过FTP上传下面附件包的两个文件,达到修改目的。
新浪微博.rar
(10.95 KB, 下载次数: 11)
|
|