【发布时间】:2013-03-05 02:37:33
【问题描述】:
我最近安装了 turbolinks 和 jquery-turbolinks gem,现在我的 ShareThis 按钮不再像以前那样在单击时弹出。
我的 application.html.erb 头中目前有这些 ShareThis 脚本:
<script type="text/javascript">var switchTo5x=false;</script>
<script type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "eonwofenaoenf-oenfwoafneo-woenfowenfe"});</script>
这是我的 show.html.erb 页面上的代码:
<span class='st_sharethis_custom'></span>
感谢任何帮助。
【问题讨论】:
标签: javascript jquery ruby-on-rails sharethis turbolinks