Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Include Vimeo in website without allow advertising cookies

We are developing a website which gave the user the possibility to disable advertising cookies, is it possible to Vimeo Player to deny any cookie to be setted?

We would like a functionality like youtube-nocookie that allow to include YT iFrame wthout letting it set advertising cookies.

Thanks.

like image 839
raythurnevoid Avatar asked Feb 14 '18 10:02

raythurnevoid


People also ask

Does Vimeo embed use cookies?

Vimeo video player: Vimeo's embeddable video player uses first-party cookies that we consider essential to the video player experience.

Can I embed a Vimeo video on my website?

3 Steps To Embed a Vimeo VideoStep 1: Click on the share button that sits under the video. Step 2: Copy the Embed code. Step 3: Paste the Embed code into your website.

Can I embed Vimeo without iFrame?

Simply put, if you want to embed Vimeo without iFrame, you will first need to click on the share button of the video. From there, a window will pop up, and you can click on the Show options button to use the old embed code choice to proceed with the project.

How do I embed a Vimeo video without the controls?

When logged into Vimeo, go to Settings, click on the Embed tab, and select Always Hide on the Player Preferences. This will prevent any controls from showing on top of the video. You can remove everything except a small rollover play button.


1 Answers

I guess at this time you already figured this out, but you can use the parameter dnt "do not track" in your Vimeo url: https://developer.vimeo.com/api/oembed/videos

Just set dnt=1 in your Vimeo URL.

like image 108
fasouto Avatar answered Oct 02 '22 13:10

fasouto