0

google +1 按钮和prototype.js 1.6 库似乎有冲突见http://jsfiddle.net/9EF9N/

<div class="g-plusone" data-annotation="inline" data-width="300"></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>

如果您切换到原型 1.7,一切都会按预期工作。我无法更新原型库,因为它位于基于 Magento 1.5 的复杂应用程序中。

有没有人有同样的问题,也许可以给我一个解决方案?

4

1 回答 1

0

似乎谷歌改变了一些东西。它现在又开始工作了。

于 2013-11-19T12:19:54.540 回答