gpt4 book ai didi

javascript - 谷歌加自定义分享按钮回调

转载 作者:数据小太阳 更新时间:2023-10-29 05:39:19 27 4
gpt4 key购买 nike

有没有办法在用户分享内容到自定义分享按钮时添加回调?

目前我在弹出窗口中打开一个共享对话框:

<a data-height="600" data-title="Google+" class="popup" href="https://plus.google.com/share?url=MY_URL">Share</a>

$('.popup').click(function(event) {
var width = 575,
height = $(this).data('height'),
left = ($(window).width() - width) / 2,
top = ($(window).height() - height) / 2,
url = this.href,
opts = 'status=1' +
',width=' + width +
',height=' + height +
',top=' + top +
',left=' + left;

window.open(url, $(this).data('title'), opts);

event.preventDefault();
});

在文档中:https://developers.google.com/+/web/share/他们说,我们可以在使用他们的 js api 时使用 data-onendinteraction 指定回调。找不到使用自定义共享链接的方法。

最佳答案

好像没有办法。这个确切的功能请求有一个 Unresolved 问题。

https://code.google.com/p/google-plus-platform/issues/detail?id=232

考虑主演和配 Angular ,不过已经开了三年了。 Google 似乎并没有努力实现它。

关于javascript - 谷歌加自定义分享按钮回调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25827634/

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