Replacing AddThis sharing widget

Please note:

This article only applies to very old theme versions. If it doesn't apply to you, you can skip it.

AddThis was discontinued on May 31, 2023, so the widget will no longer appear on your website. As an alternative, you can use AddToAny. Here is how to make the switch in your Act3 blog:

1. In your Act3 Blog settings

Scroll to the AddThis section and paste this code in the AddThis sharing widget JavaScript code, which will provide some basic styles for the AddToAny sharing widget:

<style>.a2a_kit {display:flex;gap:8px;flex-wrap:wrap;padding-right:24px;}</style>

2. Go to AddToAny

Go to https://www.addtoany.com/buttons/for/website, select the networks you want, and click Get Button Code when ready.

3. Copy and paste the code

Paste the code in your AddThis sharing widget HTML code. For example:

<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
<a class="a2a_button_x"></a>
<a class="a2a_button_linkedin"></a>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_email"></a>
<a class="a2a_button_copy_link"></a>
</div>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->

You can remove <a class="a2a_dd" href="https://www.addtoany.com/share"></a>if you don't want the "+" button.

4. Publish your changes

The result should resemble this: