如何触发 sharethis 按钮重新生成?
我正在动态更改 sharethis 按钮的一些属性,并希望使其重新生成。我该怎么做?
I'm changing some of the properties of the sharethis button dynamically, and am looking to cause it to regen. How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
取决于您想要进行的自定义,但如果您只是动态添加一个 sharethis 按钮,则调用
它将重新运行 init 代码,然后 sharethis js 将再次发挥其魔力。
depends on the customization you want to do, but if you're just dynamically adding a sharethis button, call
That will re-run the init code an the sharethis js will do it's magic again.