Forum Discussion
AnnKennedy1
12 years agoCommunity Member
Inserting a vimeo video as an embedded web object
I have successfully followed instructions from this forum on how to embed a Youtube video as a web object in order that it can be published as html5 but cannot replicate this to embed a video on Vi...
MattDarga
10 years agoCommunity Member
I know this thread has not been visited for a few months but for future troubleshooters. To post Vimeo to a web object copy the embed code that Vimeo gives you and simply delete everything but the actual player link (in bold).
<iframe src="//player.vimeo.com/video/110791926" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Then add a https:// in front of it and you have the proper link. Take note that Articulate does not automatically add the 's' in 'https' so you will have to add it yourself.