更新的sharethis插件不适用于ajax

Bil*_*bbi 2 sharethis

最近sharethis插件已更新.我已成功安装,它工作正常.但我无法加载ajax调用上的按钮.我添加了这个脚本

<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=propertystring&product=inline-share-buttons"></script>
Run Code Online (Sandbox Code Playgroud)

旧代码使用以下内容

stButtons.locateElements();
Run Code Online (Sandbox Code Playgroud)

不再工作了.

请注意我使用自定义共享按钮.

lab*_*ago 6

我实际上找到了解决方案,至少它对我有用.模板加载后运行此命令:

__sharethis__.initialize()
Run Code Online (Sandbox Code Playgroud)