Reputation: 1119
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
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
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