我正在尝试将 AddThis 小部件添加到 ember.js 应用程序。我正在使用直接取自 addthis.com 的基本代码:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_pinterest_share"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51ddaec37ede7c28"></script>
<!-- AddThis Button END -->
...并收到此错误:来自http://ct1.addthis.com/static/r07/core085.js第 2 行的“未捕获的类型错误:无法读取未定义的属性‘调用’” 。
我已经请求支持,但还没有运气。关于造成这种情况的任何想法都会有所帮助!提前致谢!
编辑:我目前在应用程序的模板中有上面的代码。