How to embed a video in your prototype?

MockingBot
MockingBot
Published in
1 min readMay 31, 2018

As easy as pie.

Step 1:

Find a video online you wanna insert in the prototype.

Step 2:

Find the embed link of the video. For example, in Youtube: Click “Share”, select the “Embed” tab.

The embed link is:

<iframe width=”560" height=”315" src=”https://www.youtube.com/embed/OKTD_VedHdA" frameborder=”0" allowfullscreen></iframe>

Copy the link we need later: https://www.youtube.com/embed/OKTD_VedHdA

Step 3:

Create a website component in your MockingBot project, and enter the link we got above.

We are done! 😄

--

--

MockingBot
MockingBot

More than a rapid&collaborative prototyping tool.