由于我正在对响应式设计进行一些 jQuery html 替换,因此建议我使用 addthis.toolbox 方法而不是 AddThis 中的 init 方法。
即使我的代码指定了 32x32 像素按钮,它们也会在图形的下半部分被截断并显示 alt 文本的情况下显示。这是代码:
<div id="zazoo" class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook_follow" addthis:userid="example"></a>
<a class="addthis_button_twitter_follow" addthis:userid="example"></a>
<a class="addthis_button_google_follow" addthis:userid="xx"></a>
<a class="addthis_button_youtube_follow" addthis:userid="example"></a>
</div>
<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=example&async=1">
</script>
<script type="text/javascript">
addthis.toolbox("#zazoo");
</script>
我什至制作了一个精简版,它只是代码,但仍然看到切断按钮的问题。对于那里的 AddThis 用户...您能看到代码有问题还是 AddThis 端有系统问题?我看不出代码本身有任何问题,只是它的显示方式。