The Latest Way Tips to AutoPlay Youtube Videos on Blogger
Hello friend Tutorial, this tutorial we will give a trick for those of you who want to install a Video or Embed Video to your Blog, but directly AutoPlay .. hmmm
Can AutoPlay Video Increase Your Youtube Viewer?
Okay, what is clear here, we will share how to make YouTube videos autoplay directly on your Blogger.
>
You can use any of the following methods to embed a YouTube player on your Blog and define player parameters. Note that the instructions below show you how to embed a player that contains a single video. The following sections describe how to configure your player to load other types of content, such as playlists and search results.
You can use the IFrame Tag that has been provided from Youtube
AutoPlay Video Based on the Video You Choose
<iframe id="ytplayer" type="text/html" width="640" height="360"
src="https://www.youtube.com/embed/M7lc1UVf-VE?autoplay=1&origin=http://example.com"
frameborder="0"></iframe>
In this case, you just need to add ?autoplay=1 after video url
AutoPlay Video Based on Username / Video Upload from the Username you choose
<iframe id="ytplayer" type="text/html" width="640" height="360"
src="https://www.youtube.com/embed?listType=user_uploads&list=USERNAME?autoplay=1&origin=http://example.com"
frameborder="0"></iframe>
In this case, you need to add ?autoplay=1 after USERNAME and you need to replace USERNAME, for example to your channel .
AutoPlay Video Based on the Query or Search Tag You Define (This is random, you know, usually from the most popular in the query)
<iframe id="ytplayer" type="text/html" width="640" height="360"
src="https://www.youtube.com/embed?listType=search&list=QUERY?autoplay=1&origin=http://example.com"
frameborder="0"></iframe>
In this case, you need to add ?autoplay=1 after QUERY and you need to replace QUERY, for example to the Tag of the discussion you chose "Tutorial" the most popular random videos will come out in the Tutorial tag.
AutoPlay Video Based on Playlist / ListType
<iframe width="100%" height="315" src="https://www.youtube.com/embed?listType=playlist&list=PLAYLIST_ID&autoplay=1"frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
In this case, you need to add &autoplay=1 after PLAYLIST_ID and you need to replace PLAYLIST_ID, for example to Playlist "PL1qiMzpnaZtbNQuz4eLoD6yo6Nbecstat"so that it will be like this https://www.youtube.com/embed?listType=playlist&list=PL1qiMzpnaZtbNQuz4eLoD6yo6Nbecstat. This is more in detail
<iframe width="100%" height="315" src="https://www.youtube.com/embed?listType=playlist&list=PL1qiMzpnaZtbNQuz4eLoD6yo6Nbecstat&autoplay=1"frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
AutoPlay Video Based on Newest Playlist / ListType!
<iframe width="100%" height="190" src="https://www.youtube.com/embed/videoseries?list=PL1qiMzpnaZtbNQuz4eLoD6yo6Nbecstat&autoplay=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
In this case, you need to replace PL1qiMzpnaZtbNQuz4eLoD6yo6Nbecstat, for example to your own Playlist "PL1qiMzpnaZtbNQuz4eLoD6yo6Nbecstat" for more details, here's the video...
Try pasting it on your blog... what happened...?
So where did the playlist code come from... you just have to click on the playlist and then look at the url above.
Okay, that's it for a few ways to make the latest video autoplay (HTML 5) which is taught directly from the Youtube Academy. May be useful...
Post a Comment for "The Latest Way Tips to AutoPlay Youtube Videos on Blogger "