我正在将 addThis 用于 facebook 共享选项。
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
当用户完成 facebook 分享时,我需要做一些功能。
所以请大家帮我看看我如何在成功分享后进行回调。
AddThis 提供了一种检测用户何时点击分享的方法:
http://support.addthis.com/customer/portal/articles/381263-addthis-client-api#events
这并不能保证用户实际上共享了页面(如果不使用 API 进行共享服务器端,实际上没有办法跨不同的网络执行此操作)。这是实现您想要的最接近的方法。