我使用的是默认代码。为什么我的纽扣不出现?我需要本地的图像吗?需要绝对的途径吗?
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="myclient"></a>
<a class="addthis_button_twitter_follow" addthis:userid="myclient"></a>
<a class="addthis_button_pinterest_follow" addthis:userid="myclient"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-510e973014b90fdf"></script>
<!-- AddThis Follow END -->发布于 2013-04-01 05:48:50
你检查过js是否正确加载了吗?您可以在chrome (开发人员工具)或firefox (firebug)中这样做,并检查它是否能够在没有错误的情况下加载脚本。
https://stackoverflow.com/questions/15731469
复制相似问题