United States
Home Vimeo Fallback

Vimeo Fallback

Example
Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Implementation
Usage

1. Add the script shown below to "COMMON ATTRIBUTES"->"Custom tag body bottom" in CAMP.

 

<script src="https://assets.fujifilmusa.com/hlus/vimeo-fallback/ConsentManager.js"></script>

 

2. Add the code shown below to a z10_embeddedCode paragraph.

<div class="vimeo-placeholder">
    <div class="video-consent-warning" style="display:none">
        <div class="c-attention-box box -blue -info">
            <h3 class="c-headline">Video Cannot Be Displayed</h3>
            <div class="m-wysiwyg">
                <p>To view this video, please enable Targeting Cookies in your cookie settings.</p>
                <a href ="#" onclick="consentManager.enableTargeting(event);">Click Here to Enable Targeting Cookies</a>        
            </div>
        </div>
    </div>    
    <div class="vimeo-video">
       {Paste Vimeo Embed Here}
    </div>
</div>
Warning

I'm utilizing classes that exist on the website for these messages. If the website code changes, then the box styling may break.