本文实例讲述了javascript实现类似百度分享功能的方法。分享给大家供大家参考。具体如下:
像腾讯,开心社区都提供这种分享接口的,做百度分享功能很简单的
一般网站要接入分享功能,大部分都用百度分享和addthis的代码,可是自己定制性太差,该分享功能样式都可以自己修改,简洁没过多js代码,大大提高网页加载速度。
运行效果如下图所示:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>网络分享代码分享</title> <style type="text/css"> /** * 分享代码样式 * by kily */ #ak_share { padding:10px 0; font-size:12px; } .ak_share { height:1%; overflow:hidden; } .ak_share dt { float:left; font-weight:bold; color:#A5A5A5; height:16px; line-height:16px; } .ak_share dd { margin-right:10px; margin-left:0; height:16px; float:left; } .ak_share a:hover { color:#ed7811; text-decoration:underline;} .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; } .ak_share .t_163_s { background-position: 0 -16px; } .ak_share .t_qq_s { background-position: 0 -32px; } .ak_share .qzone_s { background-position: 0 -48px; } .ak_share .douban_s { background-position: 0 -64px; } </style> </head> <body> <div id="ak_share"> <dl class="ak_share"> <dt>分享:</dt> <dd> <a class="t_sina_s" href="javascript:(function(){window.open('http://v.t.sina.com.cn/share/share.php" title="分享到新浪微博" rel="nofollow">新浪微博</a> </dd> <dd> <a class="t_163_s" href="javascript:(function(){window.open('http://t.163.com/article/user /checkLogin.do" title="分享到网易微博" rel="nofollow">网易微博</a> </dd> <dd> <a class="t_qq_s" href="javascript:(function(){window.open('http://v.t.qq.com/share/share.php" title="分享到腾讯微博" rel="nofollow">腾讯微博</a> </dd> <dd> <a class="qzone_s" href="javascript:void(window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey" title="分享到QQ空间" rel="nofollow">QQ空间</a> </dd> <dd> <a class="douban_s" href="javascript:void(function(){var%20d=document,e=encodeURIComponent,s1=window.getSelection,s2=d.getSelection,s3=d.selection,s=s1" title="推荐到豆瓣" rel="nofollow">豆瓣</a> </dd> </dl> </div> </body> </html>
希望本文所述对大家的javascript程序设计有所帮助。
标签:
javascript,百度分享
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“javascript实现类似百度分享功能的方法”评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。