开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 2102|回复: 2
收起左侧

[JS相关教程] js实现类似百度分享功能

[复制链接]

结帖率:33% (1/3)
发表于 2013-2-22 23:30:01 | 显示全部楼层 |阅读模式   上海市上海市
像腾讯,开心社区都提供这种分享接口的,做百度分享功能很简单的
一般网站要接入分享功能,大部分都用百度分享和addthis的代码,可是自己定制性太差,该分享功能样式都可以自己修改,简洁没过多js代码,大大提高网页加载速度。
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>网络分享代码分享</title>
  6. <style type="text/css">
  7. /**
  8. * 分享代码样式
  9. * by kily
  10. */

  11. #ak_share         { padding:10px 0; font-size:12px; }
  12. .ak_share         { height:1%; overflow:hidden; }
  13. .ak_share dt { float:left; font-weight:bold; color:#A5A5A5; height:16px; line-height:16px; }
  14. .ak_share dd { margin-right:10px; margin-left:0; height:16px; float:left;  }
  15. .ak_share a:hover { color:#ed7811; text-decoration:underline;}
  16. .ak_share a         { float:left; height:16px; line-height:16px; padding-left:18px; background:url(http://www.yem120.com/images/share.gif) left top no-repeat; color:#666; text-decoration:none; }

  17. .ak_share .t_163_s         { background-position: 0 -16px; }
  18. .ak_share .t_qq_s         { background-position: 0 -32px; }
  19. .ak_share .qzone_s         { background-position: 0 -48px; }
  20. .ak_share .douban_s         { background-position: 0 -64px; }

  21. </style>
  22. </head>
  23. <body>
  24. <div id="ak_share">
  25.     <dl class="ak_share">
  26.         <dt>分享:</dt>
  27.         <dd>
  28.             <a class="t_sina_s" href="javascript:(function(){window.open('http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=450,height=400');})()" title="分享到新浪微博" rel="nofollow">新浪微博</a>
  29.         </dd>
  30.         <dd>
  31.             <a class="t_163_s" href="javascript:(function(){window.open('http://t.163.com/article/user /checkLogin.do?link=http://news.163.com/&source=' + '&info='+encodeURIComponent(document.title)+' '+encodeURIComponent(location.href),'_blank','width=510,height=300');})()" title="分享到网易微博" rel="nofollow">网易微博</a>
  32.         </dd>
  33.         <dd>
  34.             <a class="t_qq_s" href="javascript:(function(){window.open('http://v.t.qq.com/share/share.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=610,height=350');})()" title="分享到腾讯微博" rel="nofollow">腾讯微博</a>
  35.         </dd>
  36.         <dd>
  37.             <a class="qzone_s" href="javascript:void(window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+encodeURIComponent(document.location.href)));" title="分享到QQ空间" rel="nofollow">QQ空间</a>
  38.         </dd>
  39.         <dd>
  40.             <a class="douban_s" href="javascript:void(function(){var%20d=document,e=encodeURIComponent,s1=window.getSelection,s2=d.getSelection,s3=d.selection,s=s1?s1():s2?s2():s3?s3.createRange().text:' ',r='http://www.douban.com/recommend/?url='+e(d.location.href)+'&title='+e(d.title)+'&sel='+e(s)+'&v=1',x=function(){if(!window.open(r,'douban','toolbar=0,resizable=1,scrollbars=yes,status=1,width=450,height=330'))location.href=r+'&r=1'};if(/firefox/.test(navigator.userAgent)){setTimeout(x,0)}else{x()}})()" title="推荐到豆瓣" rel="nofollow">豆瓣</a>
  41.         </dd>
  42.     </dl>
  43. </div>
  44. </body>
  45. </html>
复制代码
发表于 2013-2-26 18:04:13 | 显示全部楼层   山东省烟台市
谢谢楼主的分享!
回复 支持 反对

使用道具 举报

发表于 2013-2-23 07:31:39 | 显示全部楼层   辽宁省大连市
不会js 路过
回复 支持 反对

使用道具 举报

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

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
网站简介:精易论坛成立于2009年,是一个程序设计学习交流技术论坛,隶属于揭阳市揭东区精易科技有限公司所有。
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

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