javascript - Is there a way to changecustomize images on AddThis scriptwidget? - Stack Overflow

So we're using the script from this site to share stuff on our site.However, we like to change th

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?

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?

Share Improve this question edited May 31, 2022 at 9:28 VLAZ 29.1k9 gold badges63 silver badges84 bronze badges asked Mar 22, 2011 at 7:46 catandmousecatandmouse 11.8k24 gold badges95 silver badges157 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 3

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

Check the "Custom Images" section of this page.

See: http://support.addthis./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_pact">
      <img src="<URL>/addthis-share.png" width="80" border="0" alt="Share" />
    </a>
</div>

Replace the URL part according to your needs.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742302019a4418200.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信