Thread: Embedding Vimeo
View Single Post
Old 10-24-2017, 11:46 AM   #1
psyang
Powerplay Quarterback
 
Join Date: Jan 2010
Exp:
Default Embedding Vimeo

Just tried to embed a Vimeo video, and it looks like the vimeo code needs to be updated to use https instead of http.

When I embed this vimeo code:

Quote:
[VIMEO ]189703866[/VIMEO ]
the following gets rendered:

Quote:
<iframe src="http://player.vimeo.com/video/189703866" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
which just displays a blank square in chrome. When I change the http to https in the src, the actual video is rendered properly.
psyang is offline   Reply With Quote