热搜词
发表于 2012-3-17 12:56:12 | 显示全部楼层 |阅读模式
如果您选择使用侧边栏式分享插件,我们建议您将插件代码嵌入页尾,加快页面主体的载入速度,步骤如下:
1、打开您的站点上位于该位置的模版文件:phpcms/templates/default/content/footer.html,用于修改。
2、复制您获得的分享按钮代码。
3、将您获得的百度分享代码复制到</body>标签之前,即可完成代码嵌入。
官方默认模版示例:
  1. {if $allow_visitor==1}
  2. {$content}
  3. <!-- Baidu Button BEGIN -->
  4.     <div id="bdshare" class="bdshare_t bds_tools get-codes-bdshare">
  5.         <span class="bds_more">分享到:</span>
  6.         <a class="bds_qzone"></a>
  7.         <a class="bds_tsina"></a>
  8.         <a class="bds_tqq"></a>
  9.         <a class="bds_renren"></a>
  10.     </div>
  11.     <script type="text/javascript" id="bdshare_js" data="type=tools&uid=0" ></script>
  12.     <script type="text/javascript" id="bdshell_js"></script>
  13.     <script type="text/javascript">
  14.         document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
  15.     </script>
  16. <!-- Baidu Button END -->
  17. <!--内容关联投票-->
  18.             
复制代码
如果您选择使图标、文字或按钮样式的按钮,您可以自由地将按钮代码嵌入到您网站的各个位置。下面以文章内容页面为例进行说明文章内容页面:

  • 1、打开您的站点上位于该位置的模版文件:phpcms/templates/default/content/show.html,用于修改。
    2、复制您获得的分享按钮代码。
    3、将您获得的百度分享代码复制到"{$content}"标签之前或之后,即可完成代码嵌入。
    官方默认模版示例:
    1. <a href="{APP_PATH}index.php?m=link" target="_blank">友情链接</a>
    2. <br />
    3. Powered by <strong><a href="http://www.phpcms.cn" target="_blank">PHPCMS</a></strong> <em>{get_pc_version(1)}</em> &copy; 2011 <img src="{IMG_PATH}copyright.gif"/>{tjcode()}{php echo runhook('glogal_footer')}
    4. </p>
    5. </div>
    6. <script type="text/javascript">
    7. $(function(){
    8.         $(".picbig").each(function(i){
    9.                 var cur = $(this).find('.img-wrap').eq(0);
    10.                 var w = cur.width();
    11.                 var h = cur.height();
    12.            $(this).find('.img-wrap img').LoadImage(true, w, h,'{IMG_PATH}s_nopic.gif');
    13.         });
    14. })
    15. </script>
    16. <!-- Baidu Button BEGIN -->
    17.     <script type="text/javascript" id="bdshare_js" data="type=slide&img=0&uid=0" ></script>
    18.     <script type="text/javascript" id="bdshell_js"></script>
    19.     <script type="text/javascript">
    20.         document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
    21.     </script>
    22. <!-- Baidu Button END -->
    23. </body>
    24. </html>

    复制代码

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-11-24 21:07 , Processed in 0.732039 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team