Blogger上的Google+徽章 - 非常热门和错过(Artisteer模板)

时间:2014-01-01 18:59:52

标签: blogger

http://jmopes.blogspot.com

侧边栏有点混乱,但希望您看到'Google+徽章'标题和空白区域,或上面显示的徽章。我已经尝试了各种方法,添加为小工具,在谷歌+等使用生成器,但我所取得的最好的是它有时显示!我不确定我哪里出错了,因为它在小工具预览中完美运行......

3 个答案:

答案 0 :(得分:0)

Google +徽章代码需要放入小工具,并参考以下步骤。

  1. 转到Blogger信息中心>布局
  2. 打开放置了Google +徽章HTML代码的小工具。
  3. 选择整个代码并替换为以下HTML代码。

        

    <!-- Place this tag after the last widget tag. -->
    <script type="text/javascript">
      (function() {
        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
        po.src = 'https://apis.google.com/js/platform.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
      })();
    </script>
    
  4. 点击“保存”并查看博客搜索结果。

答案 1 :(得分:0)

您可以转到https://developers.google.com/+/web/badge/并创建适合侧边栏的徽章(您可以在那里设置徽章的宽度)。

谢谢

答案 2 :(得分:0)

谢谢你的回答。对于任何使用Artisteer遇到小部件问题的人来说,这是我找到的解决方案:

转到模板并搜索if(widgetContent.indexOf('bravenet.com/counter/code.php')&gt; -1)return true;' - 你会看到一个地址列表 - 这是url的艺术家选择在小部件中获取外部javascript - 如果你复制并粘贴你刚才搜索的内容,并用'website.com/javascript'替换网址(例如google + widgets将是https://plus.google.com):结果是完全正常工作的javascript小部件!