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. On the YouTube site, browse to the video. Our sample video is located at:
https://www.youtube.com/watch?v=PeIV2XgNs2o&t=125s
2. Right-click the video, and click Stats for Nerds.
YouTube displays a statistics pane:

3. From the Video ID parameter, copy the Video ID parameter, and paste it into the passthrough code.
PeIV2XgNs2o
4. From the Viewport/Frames parameter, copy the width and height of the video. Scale the sizes as desired, and enter them in the passthrough code. In our example, we scaled by 88%:
width = 727 pixels * 0.88 = 640
height = 409 pixels * 0.88 = 360
5. Enter the URL of your company's website (the site where you plan to upload the WebWorks output):
http://almondweb.com
For more information about these and other parameters that you can insert in the passthrough code, see the YouTube developer documentation: