I looks like the cookiebot skript is not embedded at the right place
-
Hallo,
I have integrated the Cookiebot skript into the header of my wordpress site.
But there are always cookies (esp. from youtube) which are dedected with the comment:Previous consent enabled: no
What can I do to solve this problem?
Thank you very much
COOKIE-NAME ANBIETER TYP ABLAUF
GPS youtube.com HTTP Session
Zuerst gefundene URL: https://www.eta-energieberatung.de/dankeseite-case-studies/
Cookie Zweck-Beschreibung: Registriert eine eindeutige ID auf mobilen Geräten, um Tracking basierend auf dem geografischen GPS-Standort zu ermöglichen.
Initiator: Iframe, seite quellzeilennummer 181
Quelle: https://www.youtube.com/embed/ph4fezjto3u?rel=0modestbranding=1controls=1showinfo=1fs=1wmode=transparent
Daten gesendet an: Vereinigte Staaten (angemessen)
Vorherige Einwilligung aktiviert: Nein -
Hello,
I do not know about "Cookiebot" but you might need to check this article. https://cookie-script.com/how-to-block-third-party-cookies.html
<iframe width="560" height="315" src="https://www.youtube.com/embed/xxxxxxxxx" frameborder="0" allowfullscreen></iframe>
should be like
<iframe width="560" height="315" data-src="https://www.youtube.com/embed/xxxxxxxxx" data-cookiescript="accepted" frameborder="0" allowfullscreen></iframe>
or
<iframe width="560" height="315" data-src="https://www.youtube.com/embed/xxxxxxxxx" data-cookiescript="accepted" alt="Please accept cookie policy first" frameborder="0" allowfullscreen></iframe>