Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 增加帖子分享到新浪微博、搜狐微博、网易微博、人人网代码 可去掉腾讯朋友

[复制链接]
qq123456ww123 发表于 2013-9-21 20:27:14 | 显示全部楼层 |阅读模式
本帖最后由 qq123456ww123 于 2014-2-6 15:37 编辑

先上效果图:

保留“QQ空间、腾讯微薄、腾讯朋友”

去掉“腾讯朋友”

3.0版效果图


再给代码:

<!--新浪微博代码开始-->
<a style="cursor:pointer;" href="javascript:void((function(s,d,e){try{}catch(e){}var f='http://service.weibo.com/share/share.php?',u=d.location.href,p=['url=',e(u),'&title=',e(d.title),'&appkey=3456769525'].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));" title="分享到新浪微博"><img src="http://www.jiu9.org/static/image/common/sina.png" alt="新浪微博">新浪微博</a>
<!--新浪微博代码结束-->
<!--搜狐微博代码开始-->
<a href="javascript:var u=location.href;var t=document.title;t=t.substr(0,80); var c=''+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);c=c.substr(0,280);var e=encodeURIComponent;var url='http://t.sohu.com/third/post.jsp?&url='+e(u)+'&title='+e(t)+'&content=utf-8&pic='+'&appkey=NmvwbQj92TnbRcxym4jD';window.open(url,'','toolbar=0,resizable=1,scrollbars=yes,status=1,width=600,height=450');void(0)" title="分享到搜狐微博"><img src="http://www.jiu9.org/static/image/common/sohu.png" alt="搜狐微博">搜狐微博</a>
<!--搜狐微博代码结束-->
<!--网易微博代码开始-->
<a target="_self" href="javascript:void(0);" title="分享到网易微博"><img src="http://www.jiu9.org/static/image/common/163.png" alt="网易微博">网易微博</a>
<!--网易微博代码结束-->
<!--腾讯微博代码开始-->
<a href="javascript:void(0)" class="tmblog" title="分享到腾讯微博"><img src="http://www.jiu9.org/static/image/common/qwb.png">腾讯微博</a>
<script type="text/javascript">
function postToWb(){
var _t = encodeURI(document.title);
var _url = encodeURI(document.location);
var _appkey = encodeURI("801416073");
var _pic = encodeURI('');
var _site = '';
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>
<!--腾讯微博代码结束-->
<!--QQ空间代码开始-->
<a href="javascript:void(0);" title="分享到QQ空间"><img src="http://www.jiu9.org/static/image/common/qz.png" alt="分享到QQ空间">QQ空间</a>
<!--QQ空间代码结束-->
<!--人人网代码开始-->
<a href="javascript:void((function(s,d,e){if(/renren\.com/.test(d.location))return;var f='http://share.renren.com/share/buttonshare?link=',u=d.location,l=d.title,p=[e(u),'&title=',e(l)].join('');function%20a(){if(!window.open([f,p].join(''),'xnshare',['toolbar=0,status=0,resizable=1,width=626,height=436,left=',(s.width-626)/2,',top=',(s.height-436)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else%20a();})(screen,document,encodeURIComponent));" title="分享到人人网"><img src="http://www.jiu9.org/static/image/common/ren.png" alt="人人网">人人网</a>
<!--人人网代码结束-->

说明:
http://www.jiu9.org/static/image/common/163.png 为微博图标地址,可以保留也可以修改为你自己的网址,如果修改必须先上传图标文件。
找到并打开 template/default/forum/viewthread_node.htm 文件,将以上代码添加进去。 2.0及以下版本添加在第254行、2.5版在338行<strong>{lang viewthread_share_to}:</strong>的下面;3.0及以上版本添加在319行 <b>{lang viewthread_share_to}: </b> 的下面,保存后用FTP上传该文件到空间template/default/forum/目录下覆盖原文件。
任意打开论坛或群组的一篇帖子,看看帖子下方“分享到”的后面是否多出了“新浪微博、搜狐微博、网易微博、人人网”,如果没有变化,后台更新缓存,前台刷新页面即可。
如果不会或懒得动手,可直接下载以下文件,将解压得到的3个目录上传到空间根目录,覆盖原文件即可:

2.0及以下简体中文GBK版请下载:

2.0及以下简体中文UTF8版请下载:

2.5简体中文GBK版请下载:

2.5简体中文UTF8版请下载:

3.0/3.1及以上简体中文GBK版请下载:

3.0/3.1及以上简体中文UTF8版请下载:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
1314学习网 发表于 2013-9-21 21:10:33 | 显示全部楼层
支持下分享。。。
回复

使用道具 举报

半顆心 发表于 2013-9-21 22:01:36 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

非一般感觉 发表于 2013-9-21 23:38:38 | 显示全部楼层
  感谢分享   
回复

使用道具 举报

qq123456ww 发表于 2013-9-22 01:12:24 | 显示全部楼层
好东西,正需要,谢谢。
回复

使用道具 举报

ジ妍然一笑℡ 发表于 2013-9-22 10:05:14 | 显示全部楼层
好东西,正需要,谢谢。
回复

使用道具 举报

qq123456ww 发表于 2013-9-22 23:06:00 | 显示全部楼层
刚才试过了,好用
回复

使用道具 举报

kx5000 发表于 2013-9-23 10:16:27 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

kx5000 发表于 2013-9-23 11:01:23 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

bath 发表于 2013-9-24 11:45:13 | 显示全部楼层
下载后FTP复盖就好,超简便
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-28 04:35 , Processed in 0.116456 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表