谷歌+喜欢按钮不在django模板中工作

时间:2014-05-05 08:17:03

标签: javascript html django django-templates google-plus

我将此代码用于我的网页

<div class="g-plusone" size="small"></div>
  <script type="text/javascript">
   (function() {
   var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
   po.src = 'https://apis.google.com/js/plusone.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
   })();
  </script>

但是当我点击g +按钮时,什么也没发生,我的意思是没有像我们为facebook / twitter做的那样弹出窗口?我在这段代码中遗漏了什么吗?

1 个答案:

答案 0 :(得分:0)

不行,它完美无缺,

这是Demo

(function() {
   var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
   po.src = 'https://apis.google.com/js/plusone.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
   })();

使用chrome开发人员工具调试错误。这很有用。