Javascript 谷歌+;1按钮API回调在Google更新后无法工作

Javascript 谷歌+;1按钮API回调在Google更新后无法工作,javascript,google-plus,google-plus-one,Javascript,Google Plus,Google Plus One,在Google最新更新删除Google+1按钮上的计数后,我从外部网站上回调Google+1按钮上的“onPlus”不再有效 看 我的代码 <script src="https://apis.google.com/js/platform.js" async defer></script> <div class="g-plusone" data-href="http://sample.com/" data-autoclose="true" data-recommen

在Google最新更新删除Google+1按钮上的计数后,我从外部网站上回调Google+1按钮上的“onPlus”不再有效

我的代码

<script src="https://apis.google.com/js/platform.js" async defer></script>
<div class="g-plusone" data-href="http://sample.com/" data-autoclose="true" data-recommendations="false" data-callback="onPlus"></div>


有没有办法恢复回调功能?

我也面临着同样的问题:(我也是:)有人知道该怎么办吗?