brandozz
brandozz

Reputation: 1119

Embed Vimeo video on secure site

Do I need to do anything differently when embedding a vimeo video on a site using https? I'm currently using the Universal embed:

<iframe src="//player.vimeo.com/video/VIDEO_ID" width="WIDTH" height="HEIGHT" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

Upvotes: 2

Views: 3327

Answers (2)

alanj
alanj

Reputation: 171

From a staff member of Vimeo: http://vimeo.com/forums/help/topic:106549

The insecure content warning is caused by our analytics system, and is unfortunately unavoidable. HTTPS embeds are currently in beta testing and are not fully supported at this time.

"Not fully supported at this time" was July 2013 at which point she mentioned that there is no ETA for that feature.

Upvotes: 1

Brad Dougherty
Brad Dougherty

Reputation: 920

Nothing extra is required, it should work just fine. The only thing to note is that as of now, video files will not be served over HTTPS.

Upvotes: 0

Related Questions