我想添加到我的 addthis 跟随按钮的自定义 soundcloud 按钮有问题。不幸的是,addthis 本身并不支持 soundcloud follow,所以我试图手动将它插入到 addthis 工具箱中。
我遇到的问题是 soundcloud 按钮在其他跟随按钮的末尾没有正确排列。addthis 帮助网站说应该可以在他们的工具箱中添加一个自定义按钮。我使用的图像与 addthis 自动生成的按钮大小相同。任何帮助将不胜感激。
这是它的样子:http: //imgur.com/d6w4Y
这是我的代码:
<div id="right-side-social">
<h3 style="padding: 10px 0px 10px 3px;">Follow Us!</h3>
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="xxxx"></a>
<a class="addthis_button_twitter_follow" addthis:userid="xxxx"></a>
<a class="addthis_button_youtube_follow" addthis:userid="xxxx"></a>
<a href="http://soundcloud.com/xxxx"><img border="0" src="http://www.xxxx.com/images/indexpics/soundcloud.jpg" alt="follow xxxx on soundcloud" width="32" height="32"></a>
</div>
<script type="text/javascript"src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xxxx"></script>
</div>