• Resolved tfield98

    (@tfield98)


    We’re using boilerplate provided by Vimeo that works. It looks like this:

    <iframe src=”https://player.vimeo.com/video/414036312&#8243; width=”640″ height=”564″ frameborder=”0″ allow=”autoplay; fullscreen” allowfullscreen></iframe>

    With GDPR Cookie Consent version 2.2.5 enabled, when we load the page in our browser, the Vimeo video fails with the message “The embed code for this video is not valid.” Examining the source in our browser:

    <iframe data-cli-class=”cli-blocker-script” data-cli-label=”Vimeo embed” data-cli-script-type=”non-necessary” data-cli-block=”true” data-cli-element-position=”body” data-cli-placeholder=”Accept Non Necessary cookies to view the content.” data-cli-src=https://player.vimeo.com/video/414036312″ width=”640″ height=”564″ frameborder=”0″ allow=”autoplay; fullscreen” allowfullscreen></iframe>

    The above source is missing a double quote after src=

    If we turn off the GDPR plug-in, the above problem goes away.

    It seems that your plug-in is breaking the iframe code.

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Vimeo iframe broken’ is closed to new replies.