Vimeo Integration
The Vimeo integration with Consent Manager handles user consent for embedding Vimeo videos, ensuring GDPR-compliant usage.
| Title | Vimeo |
| ID | vimeo |
| Icon | |
| Brand color | #1AB7EA |
| Contrast color | #000 |
| Description | Vimeo is a video sharing service trusted By Over 80 Million Worldwide. |
| Privacy policy | https://vimeo.com/privacy |
| WrapperComponent | ⛔️ |
| Enabled by default | ⛔️ |
Managing Consent for Vimeo
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 Vimeo
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.