skip to Main Content

We just added the plugin CookieYes on our sites and we now see that all the YouTube videos are no longer working if the user is not accepting the cookies, which is normal. Is there a way to bypass this issue?

We use WordPress with Elementor to integrate our content/videos

Thank you all!

We tried already to add the links "https://www.youtube-nocookie.com/embed" but with no luck

2

Answers


  1. I had the same issue, but it works with YouTube’s iframe.

    <iframe width="560" height="315" src="https://www.youtube.com/embed/<code>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
    
    Login or Signup to reply.
  2. I had the same issue and solved it this way:

    1. Check "Privacy mode" when editing the video widget in Elementor.
    2. Re-scan cookies in the CookieYes dashboard.

    It should work now before receiving the cookie consent.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search