Table of Contents Previous Next


Embedding a Video in a WebWorks ePublisher Project : Approach 3: Insert WebWorks Passthrough Code : Passthrough Code

Passthrough Code
The following lines illustrate the passthrough code that displays the sample YouTube video:
<iframe type="text/html" width="640" height="360" src="http://www.youtube.com/embed/PeIV2XgNs2o?enablejsapi=1&origin=http://almondweb.com" frameborder="0" allowfullscreen="true"></iframe>
To embed your own YouTube videos, copy this code, and edit the bold-italic values as follows:
1.
2.
3.
4.
5.
For more information about these and other parameters that you can insert in the passthrough code, see the YouTube developer documentation:
https://developers.google.com/youtube/player_parameters