我想知道是否有人能够使用来自http://foundation.zurb.com/icon-fonts.php的 Foundation 图标,http: //www.zurb.com/playground/foundation-icons 和 AddThis 社交插件 - http ://www.addthis.com/social-plugins#.UVDkahyk85o - 或者知道如何做到这一点。
绝对有一种方法可以使用自定义图像而不是默认的 AddThis 图标。但是,我看到这样做的唯一方法是这样的:
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_send"><img src="..."></a>
</div>
您所做的就是将您的自定义图像放入<a>
标签中。但是对于 Foundation Icons,它们是通过<i>
标签实现的。
我真的很想使用 Facebook 发送按钮,但要使用我的 facebook Foundation Icon。任何人都可以帮忙吗?