百度分享插件的使用

来源:互联网 发布:ubuntu 12.04 163源 编辑:程序博客网 时间:2024/05/16 11:49

页面效果:
这里写图片描述

//样式部分<style type="text/css">            /*百度分享按钮样式*/            .bdsharebuttonbox{                border:none;                outline:none;                   display:inline;            }            .bdsharebuttonbox a.bds_more {                padding:5px 5px 5px 30px;                 font-size:14px;                     color:#ff9a00;                 background-position:0 6px;                float:none;                margin:1px 0px 1px;            }            .bdsharebuttonbox a.bds_more:hover {color:#ff9a00;}    </style>
//页面部分<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享</a></div>
//js部分<script>window._bd_share_config={    "common":{        "bdSnsKey":{},        "bdText":"",        "bdMini":"2",        "bdMiniList":false,        "bdPic":"",        "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>
原创粉丝点击