Embed a YouTube Video

1. In order to embed a YouTube video you must first grab the embed code for the video you wish to embed from the YouTube site.

First navigate to the video on the YouTube website and click the "Share" [1] button located below the video, then click the "Embed" button [2] and copy the embed code [3]

2. Now that you have the embed code copied, navigate to the issue you wish to add the video to and go into the enhancement tools.

In Enhancement tools, select the option called "HTML"[1]

3. Once you are in the HTML editor, select the page and draw a box where you want the video to be place [1] and paste the embed code you copied from YouTube in the "HTML" tab [2].

4. All that is left to do now is change the height and width of the embed video so that it takes up the entire space of the box you drew.

Here is the original embed code

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

Here is the modified embed code

<iframe width="100%" height="100%" src="https://www.youtube.com/embed/eBBmuO-dETc" frameborder="0" allowfullscreen></iframe>