How to embed youtube videos?
Since you are reading this, I guess that you already host your video on YT and know how to embed them on your website. But if you are new to this there here is how you can do this.- Step 1. Open YouTube.com and look for the video you want to have on your website.
- Step 2. Right-click on the video and copying the embedded code  (HTML source code)
- Step 3. Now come back to your site, and navigate the post where you want to have that YouTube video.
- Step4.  You can embed youtube video in Blogger or WordPress, by just pasting the code you have copied. Make sure you are pasting this on text or HTML editor and not the visual editor.
Step 2
Next, we need to change how the player is going to look on our website. By default, YouTube has a dark theme but we can change it to white, and it will look surprising different.
&theme=light"
I also don't like to show the title of my video for some of my videos, as the visitors already know what video is going to be about. But you might like to keep it sometimes. To hide the video title use the parameter.
&showinfo=0"
You can also change the progress bar color from red to white using the command.
&color=white"
Step 3
This is optional if you want your video to autoplay while the page is loaded then use this parameter after the video id
&autoplay=1."
By default, it is 0 which means no while one stands for Yes. If you video is on the top of the content, then it's better to keep it on autoplay. If it's at the bottom or middle of the page and stick to the default or visitor might get frustrated by the audio while searching for the video.
Some video is longer, and we are only interested in particular part of it. In such case, it's better to start it from the point we want. You can use this command
&start=time_in_seconds" like &start=206"
Updated: September 5, 2016





