⽹页⼀键分享按钮HTML代码
在⽹页中加⼊以下代码可以实现⽹页的⼀键分享:
<!DOCTYPE html>
<html>
<head>
<META http-equiv="content-type" content="text/html; charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<div class="bdsharebuttonbox">
<a href="#" class="bds_more" data-cmd="more"></a>
<a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
<a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博"></a>
<a href="#" class="bds_renren" data-cmd="renren" title="分享到⼈⼈⽹"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到"></a>
</div>
<script>
window._bd_share_config={
"common":{
"bdPopTitle":"您的⾃定义pop窗⼝标题",
"bdSnsKey":{},
"bdText":"此处填写⾃定义的分享内容",
"bdMini":"2",
"bdMiniList":false,
"bdPic":"localhost/centlight/public/attachment/201410/24/14/5449ef39574f5_282x220.jpg", /* 此处填写要分享图⽚地址 */  "bdStyle":"0",
"bdSize":"16"
},
"share":{}
};
with(document)0[
(getElementsByTagName('head')[0]||body).
appendChild(createElement('script')).
src='bdimg.share.baidu/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)
];
html代码转链接</script>
</body>
</html>
百度⼀键分享专业开发板代码帮助⽂档:

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。