When adding a video via the normal YouTube video, the relevant YouTube videos may display at the end of the video (when the video is done playing).
If you want to avoid this, here is what you need to do:
- Instead of the YouTube video widget, use the Custom HTML widget
- In the Custom HTML widget, add the following code:
<iframe width="560" height="315" src="http://www.youtube.com/embed/VIDEO_ID?rel=0" frameborder="0" allowfullscreen></iframe>
- Replace the VIDEO_ID with the ID of your video (look it up in your YouTube video URL). Note: "rel=0" in the video src is what hides the relevant videos.
0 Comments