具体步骤:
1.找到模板下的discuz.htm文件
2.搜索<div id="chart" class="bm bw0 cl">,找到如下代码:
<div id="chart" class="bm bw0 cl"> <p class="chart z">{lang welcome_new_members}: <em><a href="home.php?mod=space&username={echo rawurlencode($_G['setting']['lastmember'])}" target="_blank" class="xi2">$_G['setting']['lastmember']</a></em><span class="pipe">|</span>{lang index_members}: <em>$_G['cache']['userstats']['totalmembers']</em><!--{if $_G['setting']['lastmember']}--><span class="pipe">|</span>{lang index_posts}: <em>$posts</em><span class="pipe">|</span><!--{/if}--></p> <div class="y"> |
在上面的代码后面,添加百度分享代码:
<!-- Baidu Button BEGIN --> <div id="bdshare" class="bdshare_b" style="line-height: 12px;"><img src="http://bdimg.share.baidu.com/static/images/type-button-1.jpg" /> <a class="shareCount"></a> </div> <script type="text/javascript" id="bdshare_js" data="type=button&uid=434422" ></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?t=" + new Date().getHours(); </script> <!-- Baidu Button END --> |
标签:
论坛添加百度分享
论坛首页添加百度分享