将 +1 按钮添加到您的网页上,让您的网站脱颖而出。
通过 +1 按钮,喜爱您网站内容的用户可以在 Google 搜索上推荐您的网站。
首先请到:http://www.google.com/intl/zh-TW/webmasters/+1/button/ 获取代码,以下讲解以本站代码为例,请自行修改成自己的代码
header.htm
文件 template/default/common/header.htm
discuz.htm
文件 template/default/forum/discuz.htm
一、论坛首页显示
header.htm
找
将以下代码放在<head>之后或者</body>标签之前。
- <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
复制代码 discuz.htm
找
- <div class="z">
- <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em>»</em><a href="forum.php">{$_G[setting][navs][2][navname]}</a>$navigation
复制代码
加上
- <g:plusone size="medium" href="https://www.discuz.1314study.com"></g:plusone>
复制代码 效果:
二、帖子內显示
打开viewthread_node.htm
找到
- <div id="p_btn" class="mtw mbm cl">
- <!--{if !empty($_G['setting']['pluginhooks']['viewthread_share_method'])}-->
复制代码 在上面加上
- <g:plusone size="medium" href="https://www.discuz.1314study.com"></g:plusone>
复制代码 效果:
|
上一篇: PHP计算时间段某天是星期几,当前时间后几天及日期时间差下一篇: Discuz X1.5/X2 发帖之星奖励插件V1.0
|