我将此代码用于我的网页
<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做的那样弹出窗口?我在这段代码中遗漏了什么吗?
答案 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开发人员工具调试错误。这很有用。