Viewing 2 replies - 1 through 2 (of 2 total)
  • You can fix it yourself by editing this file:

    wp-content/plugins/addthis/backend/AddThisPlugin.php around line 846.

    Find: $script .= ' <script data-cfasync="false" type="text/javascript"'
    Replace: $script .= ' <script data-cfasync="false" type="text/javascript" '

    Also, according to W3C HTML5 validation, type is not even needed anymore, so it can be:
    Replace: $script .= ' <script data-cfasync="false" '

    Note that unless the developer fixes it, the next update will undo the fix outlined above.

    Plugin Author addthis_matt

    (@addthis_matt)

    @prokreeger Thanks for letting us know and thanks to @dg1 for offering a solution!

    I’ve just created a ticket for our plugin team to fix this issue within one of our future release versions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘w3c error’ is closed to new replies.