服务器与VPS
促销优惠信息

网站添加浮动分享按钮(简洁好用的百度分享浮动代码添加方式)

在试验了数个分享代码之后,最后选择使用下面这个,因为这个方法很简洁,不占页面位置,也容易点到,用起来非常方便。感谢知更鸟提供这样的代码。

第一步,在你所用主题目录新建一个名称为:share.php的模板文件,将下面的代码复制到进去并保存:

<div id="share">

<div class="share">

        <div id="bdshare" class="bdshare_t bds_tools get-codes-bdshare">   
            <a class="bds_tsina"></a>   
            <a class="bds_tqq"></a>   
            <a class="bds_qzone"></a>   
            <a class="bds_renren"></a>

            <span class="bds_more"></span>   
        </div>   
        <div style="clear:both;"></div>   
    </div>   
</div>   
<script type="text/javascript" id="bdshare_js" data="type=tools&amp;uid=0" ></script>   
<script type="text/javascript" id="bdshell_js"></script>   
<script type="text/javascript">   
document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + Math.ceil(new Date()/3600000)   
</script>   
<style type="text/css">   
#share {   
    display:block;   
    width:35px;   
    margin-left:-506px;/* 修改左右位置 */   
    position:fixed;   
    left:50%;   
    top:420px;/* 修改上下位置 */   
    _margin-left:-506px;/* IE6修改左右位置 */   
    _position:absolute;   
    _margin-top:420px;/* IE6修改上下位置 */   
    _top:expression(eval(document.documentElement.scrollTop));   
    }   
.share {   
    background:#fff;   
    width:24px;   
    border: 1px solid #ccc;   
    border-radius:5px 0 0 5px;   
    }   
#bdshare_l {   
    border-radius: 5px;   
    }   
div #bdshare_l_c {   
    border: 1px solid #ccc;   
    border-radius: 5px;   
    }   
#bdshare h6, #bdshare_s h6,#bdshare p, #bdshare_s p {   
    display:none;   
    }   
</style>

第二步,将调用代码:

<?php include('share.php'); ?>

添加到主题页脚模板footer.php这句上面:

<?php wp_footer(); ?>

具体使用可针对不同主题的页面宽度,适当调整固定按钮的位置,代码中有注释。

楚狂人 » 网站添加浮动分享按钮(简洁好用的百度分享浮动代码添加方式)

相关推荐

  • 暂无文章

评论 28

  • (必填)
  • (必填)
  1. #40

    百度样式可选 加上即可

    小旺财9年前 (2015-08-12)回复
  2. #39
    电缆桥架9年前 (2015-07-23)回复
  3. #38

    感谢分享啊

    养鹅怎么样9年前 (2015-07-22)回复
  4. #37

    好东西

    苗木种子9年前 (2015-07-19)回复
  5. #36

    学习了 谢谢

    大米9年前 (2015-07-10)回复
  6. #35

    不错的文章 顶一个

    COD试剂9年前 (2015-07-10)回复

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏