• Resolved Mahmut_13

    (@mahmut_13)


    Hi!

    my vimeo videos embedded like

    <iframe src="<?php echo get_sub_field('video_link'); ?>" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; picture-in-picture"></iframe>

    are working perfectly fine. the video is blocked and after accepting the cookie the page reloads and the video is visible. But with the fancybox plugin from fancyapps.com, the video is not blocked.

    <a class="vimeo" data-fancybox="video-gallery" data-src="<?php echo get_sub_field('video_link'); ?>">
    
    <img alt="" width="200" src="https://i3.ytimg.com/vi/tHnwV5ay8-8/hqdefault.jpg">
    
    </a>

    This opens the video in the fancybox popup and the video is not blocked. what am i doing wrong?

    video link as a string = https://player.vimeo.com/video/876283694

    Thanks in advance

Viewing 1 replies (of 1 total)
  • micheleiub

    (@micheleiub)

    Hi there,

    If the embedded content is not blocked by enabling the default Vimeo integration under?Complianz -> Integrations -> Services, you will need to create a custom integration to correctly block your Fancybox Vimeo implementation.

    Complianz doesn’t currently integrate with any Fancybox plugins.

    For more info about privacy-friendly embedding of Vimeo videos check this article.

Viewing 1 replies (of 1 total)
  • The topic ‘vimeo videos with Fancybox not blocked’ is closed to new replies.