码迷,mamicode.com
首页 > 其他好文 > 详细

一键分享到各个SNS插件

时间:2016-04-21 15:13:25      阅读:350      评论:0      收藏:0      [点我收藏+]

标签:

使用百度分享:http://share.baidu.com/code/advance#toid

例:

HTML:

<div class="bdsharebuttonbox" data-tag="share_1">
<div style=‘background:#252525;color:white;width:32px;‘>分享</div>  //这里是自己添加的内容
<a class="bds_tsina" data-cmd="tsina"></a><br />
<a class="bds_weixin" data-cmd="weixin"></a><br />
<a class="bds_qzone" data-cmd="qzone" href="#"></a><br />
</div>

 

CSS:

.bdsharebuttonbox{  //可以使用CSS来自定义分享按钮
position:fixed;
right:0;
top:100px;
}

 

JS:

window._bd_share_config = {
//此处添加分享具体设置
common : {
//此处放置通用设置
bdText : ‘新传媒投票‘,
bdDesc : ‘新传媒‘,
bdUrl : ‘http://nm.abbs.com.cn/Home/Vote/index.html‘,
bdPic : ‘http://‘
},
share :
//此处放置分享按钮设置
{
"bdSize" : 32
}
}
//以下为js加载部分
with(document)0[(getElementsByTagName(‘head‘)[0]||body).appendChild(createElement(‘script‘)).src=‘http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion=‘+~(-new Date()/36e5)];

一键分享到各个SNS插件

标签:

原文地址:http://www.cnblogs.com/3body/p/5416803.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!