=============================================
Original YouTube Embed Code From The Demo
=============================================
Be sure to adjust your width and height to match the size you need the video to be when embedded on your webpage. In the demo, we needed a width of 410 and a height of 269 to make it fit in the space allocated by the template. Yours will probably be different.
=============================================
This gets at the very end of the URL of the YouTube video as it appears in the string below, BEFORE the closing quotation mark, with no spaces formed or left
=============================================
?rel=0&autoplay=0&showinfo=0&controls=0&HD=1
It means:
rel - for our purposes, leave it set to 0
autoplay - set 1 for yes, 0 for no
showinfo - set yes to display the video name at the top; no to NOT show it
controls - leave this set at 0 so the controls do not show. Change to 1 if you decide you want the control to show.
=============================================
Here's the final code we used:
=============================================