我在我的网站上使用addthis按钮,我想做一些自定义样式...只是改变配色方案以匹配我的网站。可以吗?我有一些替换图像准备好了所有正确的尺寸。我只是找不到放在哪里!
<!-- AddThis Button BEGIN -->
<div id="photo-social" class="addthis_toolbox addthis_default_style "
<a class="addthisfacebook addthis_button_facebook_like" fb:like:layout="button_count" fb:like:width="50"></a>
<a class="addthistweet addthis_button_tweet"></a>
<a class="addthispinterest addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50bd330b4fbbfeb2"></script>
<!-- AddThis Button END -->
之前有没有人成功完成这项工作?
答案 0 :(得分:0)
您可以将自定义图像用于AddThis工具箱(加号按钮)。你会做这样的事情:
<a class="addthis_button" href="http://www.addthis.com/bookmark.php">
<img src="http://s7.addthis.com/static/btn/sm-plus.gif"
width="16" height="16" border="0" alt="Share" />
</a>
完整文档在这里:
http://support.addthis.com/customer/portal/articles/381236-custom-buttons#.UNDA5YnjmM9
不幸的是,你无法取代Facebook Like,Tweet等第三方按钮,因为这些按钮实际上是由Facebook,Twitter等提供的。只有AddThis提供的按钮(基本上是所有按钮的行)相同的尺寸)。我希望这是有道理的。
答案 1 :(得分:0)
ScanLocate
Addthis仍然为facebook打开一个分享。
答案 2 :(得分:-1)
您可以尝试使用id-s和类进行试验(addthis_button,photo-social,addthis_toolbox addthis_default_style等)。在每个类中添加backgorund-image css属性。也许其中一个会起作用。祝你好运:)