0

所以我们使用这个网站的脚本来分享我们网站上的东西:

http://www.addthis.com/web-button?where=website&type=bm&clickbacks=1&frm=home&bm=tb11&analytics=0

但是,我们喜欢更改它默认使用的图标/按钮。有没有办法改变它们?

4

2 回答 2

4

是的,您可以更改您的工具箱并使用您想要的图标。

检查此页面的“自定义图像”部分。

于 2011-03-22T09:06:17.543 回答
2

我知道我的回复有点晚了,但这可能对其他人有所帮助。

请参阅:http: //support.addthis.com/customer/portal/questions/1521845-why-do-my-icons-change-randomly-

“根据他们过去的共享历史以及我们的服务中最受欢迎的服务,这些对于每个人来说都是不同的……”

而不是使用 addthis_button_preferred_1, addthis_button_preferred_2, ... 最好使用以下明确说明每个图像映射到的服务的内容:

<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_email">
  <img src="<URL>/email-share.png" width="80" border="0" alt="Share" />
</a>
<a class="addthis_button_facebook">
  <img src="<URL>/fb-share.png" width="80" border="0" alt="Share" />
</a>
<a class="addthis_button_google_plusone_share">
  <img src="<URL>/googleplus-share.png" width="80" border="0" alt="Share" />
</a>
<a class="addthis_button_linkedin">
  <img src="<URL>/linkedin-share.png" width="80" border="0" alt="Share" />
</a>
<a class="addthis_button_twitter">
  <img src="<URL>/twitter-share.png" width="80" border="0" alt="Share" />
</a>
<a class="addthis_button_compact">
  <img src="<URL>/addthis-share.png" width="80" border="0" alt="Share" />
</a>
</div>

根据您的需要替换 URL 部分。

问候卡兹

于 2015-09-26T23:00:46.850 回答