To embed a Vimeo video copy the embed code from the Vimeo site, and then paste it into a Text Instruction question while in HTML edit mode.
Example
You want to embed a video that has been uploaded to Vimeo.com.
Detailed Steps
Copy the Vimeo embed code
- Go to vimeo.com.
- Select the video you want to embed.
- Click Share under the video.
- Click Embed.
- Copy the embed code and paste it into Notepad or a similar text editor.
Edit the Vimeo embed code
The embed code should look similar to:
<iframe width="640" height="360" src="https://player.vimeo.com/video/213762802" frameborder="0" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen=""></iframe>
The text in blue above can be updated to adjust the video size. Make sure that if adjusting these values they are done so in proportion, so the video playback is not distorted.
TIP: If you want your Vimeo video to autoplay, you will have to add the string ?autoplay=1 at the end of the source link:
<iframe width="640" height="360" src="https://player.vimeo.com/video/213762802?autoplay=1" frameborder="0" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen=""></iframe>
Note: The auto-play feature is disabled for mobile devices running iOS and Android.
Embed the Vimeo video in a survey
- Open the power survey.
- Create a Text Instruction question.
- Click into the question editor to activate it.
- Click HTML.
- Copy and paste the embed code from Vimeo.
- Click Update.
- Click Save.
- Validate and test your survey for the embedded video.
Note: A security warning may appear depending on participants' browser settings.
More Information
For more information, please read this Web help article on Create a text instruction.
Comments
0 comments
Article is closed for comments.