专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > HTML/CSS

网页一键分享旋钮HTML代码

发布时间:2010-05-20 14:01:29 文章来源:www.iduyao.cn 采编人员:星星草
网页一键分享按钮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":"http://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='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)  ];          </script>  </body>  </html>  
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: