Embedding Video into MindTouch
Although Mindtouch doesn't support actual HTML embed code it does support a media extension that can be used for embedding various media types. Take a look at the documentation on the mindtouch site for more info.
Create Media Tag
To embed video in a ScreenSteps step for export to Mindtouch you need to use a media tag rather than embed code. I'm going to use a url to a Viddler video as an example. The url to my video is:
http://www.viddler.com/explore/bluemango/videos/15/
The media tag for this video would look like this:
{{ media("http://www.viddler.com/explore/bluemango/videos/15/", 437, 370) }}
Copy the media tag code to your system clipboard.
Add Media Code To Step
![](https://media.screensteps.com/image_assets/assets/000/146/412/original/media_1268675255196.png)
Now that the media code is on the clipboard you need to attach it to a step. Right-click on a step in ScreenSteps and select Set Video Embed Code...
Paste In Embed Code
![](https://media.screensteps.com/image_assets/assets/000/146/410/original/media_1245428137609.png)
Paste in the embed code into the HTML For Video (1) field and click OK (2).
Export
![](https://media.screensteps.com/image_assets/assets/000/146/408/original/media_1245441981155.png)
When you export your lesson to Mindtouch it will appear in place of a step image.
0 Comments
Add your comment