/
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
Log in to Confluence.
Create a page or navigate to the page where the HTML macro is being used.
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.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
How to embed videos with HTML macro
How to embed videos with HTML macro
More like this
HTML macro - Cloud
HTML macro - Cloud
More like this
How to embed links to render HTML content
How to embed links to render HTML content
More like this
add-restriction macro
add-restriction macro
More like this
How Enable strict allowlist helps with content management
How Enable strict allowlist helps with content management
More like this
How macro security works
How macro security works
More like this