• Resolved ben.alvord

    (@benalvord)


    I’m trying to add the ‘Addthis Sharing Buttons’ plugin into a site I manage. When I add the plugin, the JavaScript that this plugin outputs is not appearing on the page (I’ve used the same plugin on other sites). If I deactivated the Yoast SEO plugin (latest version), the JavaScript returns and the buttons appear.

    At the same time though, I use this same plugin combo on a different site, and I’m not having this issue on that site.

    Any idea what’s going on?

    https://www.ads-software.com/plugins/wordpress-seo/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The latest update messed the plugin and we’ve become to depend on it so much that we can’t use our website without it as it would change the site map, permalink and much more.

    You can add the AddThis plugin buttons manually into the theme files by:
    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    it worked for me with normal Yoast installation.

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible Conflict Between Yoast SEO and Addthis Plugin?’ is closed to new replies.