addthisフォローボタンに追加したいカスタムサウンドクラウドボタンに問題があります。残念ながら、addthis は soundcloud のフォローをネイティブにサポートしていないため、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>