Enable Autoplay for YouTube Embed Videos

Autoplay Youtube videosYouTube is a World Largest Video Sharing Website today Where user can upload, view and share video to friends and internet community. The YouTube company will provide a video about TV Clips, Music Personal, tutorial, and sport etc. all types of videos are hosted.

Youtube Autoplay Features for Embedded Videos to your website or any blog. So this way when ever any people or visitor looking for your website to your YouTube video embed page this video are play automatically instead of asking them to click and start video. If you think that to start your all YouTube video in your website or blogger page with auto play you have a look below procedure.

How to Autoplay your YouTube Embeded Video to your blog or website


  • First of Create your Embede video code
  • you would just add the parameter at the end of the Youtube URL. Start with the “?” symbol to indicate you are adding parameter.
For Example one embeded Code are Display Below
<iframe width="420" height="315" src="http://www.youtube.com/embed/7-AS1a2corg"
frameborder="0" allowfullscreen></iframe>

Now you need to do to enable Autoplay feature for add the parameter “ ?autoplay=1 ″ to the end of the video URL in the embed code
 So, Final Code look like below 
  
<iframe width="420" height="315" src="http://www.youtube.com/embed/7-AS1a2corg?autoplay=1frameborder="0" allowfullscreen></iframe>

Now Youtube video will starting Auto play without waiting for visitor response.