Skip to main content

Vimeo Integration

The Vimeo integration with Consent Manager handles user consent for embedding Vimeo videos, ensuring GDPR-compliant usage.

TitleVimeo
IDvimeo
IconVimeo
Brand color#1AB7EA
Contrast color#000
DescriptionVimeo is a video sharing service trusted By Over 80 Million Worldwide.
Privacy policyhttps://vimeo.com/privacy
WrapperComponent⛔️
Enabled by default⛔️

To manage the loading of Vimeo videos based on user consent, utilize the useDecision hook from Consent Manager Core or the PrivacyShield component.

Example: Conditional Loading of Vimeo Videos

import React from 'react';
import { PrivacyShield } from '@consent-manager/core';
import VimeoVideoComponent from './VimeoVideoComponent';

function VideoWithConsent() {
return (
<PrivacyShield id="vimeo">
<VimeoVideoComponent />
</PrivacyShield>
);
}

export default VideoWithConsent;

Recommended external content

This feature contains content by VimeoVimeo

To view this third-party content, you first have to accept their specific terms and conditions.

This includes their cookie policies, which we have no control over.