gpt4 book ai didi

javascript - 为什么我的 Google +1 按钮代码不起作用?

转载 作者:行者123 更新时间:2023-11-30 08:59:43 25 4
gpt4 key购买 nike

我不明白为什么我的 Google +1 按钮代码没有按预期工作。

http://jsfiddle.net/DerekL/EF8eE/

当您按下 +1 按钮时,警告 应该会弹出。

这里我得到了一个回调函数:

function cb(obj) {
alert(); //alert
console.log(obj); //Then show obj in console
}​

但永远不会触发回调。我按照 spec 执行了每一步,最有趣的是我之前让它工作......但现在它根本不起作用。奇怪!

最佳答案

来自 the docs (强调已添加),

you can use this HTML5-valid +1 tag (the class attribute must be set to g-plusone, and any button attributes must be prefixed with data-).

所以改变

<div class="g-plusone" data-annotation="inline" callback="cb"></div>

<div class="g-plusone" data-annotation="inline" data-callback="cb"></div>

Ta-da! http://jsfiddle.net/mattball/FtETf

关于javascript - 为什么我的 Google +1 按钮代码不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10265532/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com