自动播放HTML youtube链接

时间:2015-08-10 15:34:36

标签: html html5 video youtube autoplay

我正在为HTML脚本中的自动播放尝试代码,但遗憾的是,下面的任何内容都不是我拥有的,应该更改为自动播放。为了更多,我有一个论坛网站,其中我嵌入在下面的youtube链接将在可播放的闪存,并希望添加一些代码自动播放。 Youtube自动播放= 1不起作用。

<html><head>
<meta property='og:image' content='http://www.scorphq.com/YouTube/MyPage/L93HiYzYN9c.jpg'>
<meta property='og:title' content='Ultimate Funny Headshots Video'>
<meta http-equiv='refresh' content='0;url=https://www.youtube.com/watch?v=L93HiYzYN9c' />
<meta property='al:android:url' content='http://www.youtube.com/watch?v=L93HiYzYN9c&amp;feature=applinks'>
<meta property='al:android:app_name' content='YouTube'>
<meta property='al:android:package' content='com.google.android.youtube'>
<meta property='al:web:url' content='http://www.youtube.com/watch?v=L93HiYzYN9c&amp;feature=applinks'>
<meta property='og:type' content='video'>
<meta property='og:video' content='http://www.youtube.com/v/L93HiYzYN9c?autohide=1&amp;version=3&autoplay=1'>
<meta property='og:video:secure_url' content='https://www.youtube.com/v/L93HiYzYN9c?autohide=1&amp;version=3&autoplay=1'>
<meta property='og:video:type' content='application/x-shockwave-flash'>
<meta property='og:video:width' content='960'><meta property='og:video:height' content='720'>
<meta property='og:site_name' content='YouTube'><meta property='og:description' content='' name='description'/>
</head></html>

3 个答案:

答案 0 :(得分:2)

自2018年4月以来它没有工作,因为Chrome的自动播放政策已经改变。您现在需要在URL中添加&amp; mute = 1。 policies

答案 1 :(得分:0)

取出“youtube autoplay = 1”。其次,这不是HTML5视频嵌入的正确格式。

使用此代替:     &LT;视频控制自动播放&gt;       &LT; source src =“”type =“video / mp4”&gt;       &LT; source src =“”type =“video / ogg”&gt;     &LT; /视频&GT; - &GT;

答案 2 :(得分:0)

好的,请使用此

<iframe width="900" height="300" src="YOUR YOUTUBE__LINK?rel=0&amp;autoplay=1&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>