• Hi there, I’m using your plugin on a couple of AMP sites but when I check for validation errors I’m encountering an invalid markup error as below:
    <html … xmlns:addthis="https://www.addthis.com/help/api-spec" …>

    You’ll see more in the screenshot below:
    https://i.imgur.com/UWZpRP4.png

    Would you be able to insert his markup based on non AMP URLs only in order to achieve AMP valid status?

    Great plugin by the way.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sambuno

    (@goldmaverick)

    Hi James,

    I have this issue where the addthis icons appears behind text and image divs on my AMP website. Did you encounter this problem and if so were you able to solve it.

    Here is my site: https://www.sambuno.com

    Thread Starter James Osborne

    (@jamesosborne)

    @goldmaverick I didn’t use the floating buttons, but from checking your site the following might fix it, when added to your theme’s style.css:

    amp-addthis [data-widget-type=floating] {
        z-index: 99999;
    }

    Great website, you develop the AMP sites yourself? If so why not apply to be listed on amp-wp.org.

    Sambuno

    (@goldmaverick)

    Thanks. It’s on amp-wp.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘AMP Validation error: AddThis Data API markup’ is closed to new replies.