Navigation

    Digital Liberation Forums

    • Register
    • Login
    • Search

    I looks like the cookiebot skript is not embedded at the right place

    Header and Footer Scripts
    2
    2
    289
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eta last edited by

      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

      1 Reply Last reply Reply Quote
      • anand
        anand last edited by

        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>

        1 Reply Last reply Reply Quote
        • First post
          Last post