/
Render restricted Vimeo videos in the HTML(cloud) macro

Render restricted Vimeo videos in the HTML(cloud) macro

This article explains how to render the restricted Vimeo videos within the HTML macro.

Instructions

  1. Log in to Confluence.

  2. Create a page or navigate to the page where the HTML macro is being used.

  3. Within the macro body use the code as mentioned below:

    <iframe src=" https://player.vimeo.com/video/679057197?h=d081c826e5%22 width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" referrerpolicy="origin-when-cross-origin" allowfullscreen></iframe>


    Note: If the Vimeo video has restrictions like who can watch is set to Unlisted set of domains, then the referrerpolicy="origin-when-cross-origin" has to be used within the iframe for the video to render in the HTML macro.





  4. Publish the page to view the results.



    • Ensure that the HTML for the confluence app is installed. If not, reach out to your Administrator. 
    • If account is needed in the Vimeo then please create them at the Vimeo websitel. 

Related content