Add cookie consent to YT video

Hi,

We have to block YT videos before the user gives its consent for certain cookies.

At the end, we need to add this to the iframe:

<iframe
    data-cookieblock-src="https://www.youtube.com/embed/xxxxxxxxxxx"
    data-cookieconsent="marketing"
    frameborder="0"
    allowfullscreen
></iframe>

This is something you need to handle on the front-end of your site. You can add this piece of code to your documents by creating a custom Embed or HTML field: