有没有办法更改/自定义 AddThis 脚本/小部件上的图像?

发布于 2024-10-24 06:12:13 字数 238 浏览 0 评论 0 原文

因此,我们使用 此网站 分享我们网站上的内容。

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

So we're using the script from this site to share stuff on our site.

However, we like to change the icons/buttons that it uses as a default. Is there a way to change them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眉目亦如画i 2024-10-31 06:12:13

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

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

Yes, you can change your toolbox and use the icons you want.

Check the "Custom Images" section of this page.

远山浅 2024-10-31 06:12:13

看:
http://support.addthis .com/customer/portal/questions/1521845-为什么-do-my-icons-change-randomly-

根据每个人过去的共享历史记录以及我们服务中最受欢迎的服务,这些内容都是不同的......

而不是使用 addthis_button_preferred_1addthis_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 部分。

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

These are different for each individual based on their past sharing history and what services are most popular in our service...

Instead of using addthis_button_preferred_1, addthis_button_preferred_2, ... its better to use the following which clearly states what service each image maps to:

<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>

Replace the URL part according to your needs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文