Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #947200

    Hello,

    i have to swap on our site the Youtube links against DSGVO compliant links. Youtube also offers a no cookie version for embedding.
    But unfortunately, the embedded links look very small in size. Therefore, I would like to continue to use the Enfold own function of Youtube Links.

    But how can I change the link to work with the Enfold plugin?

    So far, I have used the following in the plugin:
    https: //www.youtube.com/watch v = LINK ……?

    The new link is:
    https: //www.youtube-nocookie.com/embed/LINK ……

    But then nothing is displayed.

    • This topic was modified 6 years, 2 months ago by envato1901.
    #947792

    Hey envato1901,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #947798
    This reply has been marked as private.
    #947842

    Well – i must say that if the options on youtube videos are not selectable and work with video alb – i use my shortcode version instead. ( it is realy nice now on ALB Video Element that it has now the right proportion – so i use the surrounding container of Enfold setting.

    this to functions.php of your child-theme

    function youtube ($id){
    return 
    '<div class="avia-video avia-video-16-9" itemprop="video" itemtype="https://schema.org/VideoObject">
    <div class="avia-iframe-wrap">
    <iframe title="YouTube video player" width="720" height="405" src="https://www.youtube-nocookie.com/embed/'.$id[0].'?enablejsapi=1&ecver=2&showinfo=0&loop=1&rel=0" frameborder="0" allowfullscreen>
    </iframe>
    </div>
    </div>';
    }
    add_shortcode('youtube', 'youtube');

    and you can insert every youtube video as shortcode to where ever you like.

    [youtube G0k3kHtyoqc]

    the no cookie is integrated – and no relatives etc pp

    See here left side shortcode in text-block – right side Enfold Video ALB
    https://webers-testseite.de/cynthia/youtube/

    #947870

    Hello Guenni,

    thanks that works just as well with the code as with the enfold plugin. That’s what I have been looking for.

    Now I can integrate the no cookie version and the DSGVO video story is done ;-)

    #948535

    Hi envato1901,

    Glad Guenni007 could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #967322

    Thank you Guenni, this works like hell :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.