2018年1月22日星期一

如何在 blog 中 autoplay youtube 短片?







1. 從 youtube 抄下短片的連結,例如:

2. cBCQMWMbeMU是短片的 Video ID,把Video ID 在下面一段 html 的空位內,即是在  ? 之間,記住不可留空位。

<div style="text-align: center;">
<embed allowfullscreen="true" allowscriptaccess="never" height="315" src="https://www.youtube.com/v/_____________?;rel=0&amp;autoplay=1" type="application/x-shockwave-flash" width="420"></embed>
</div>


3. 這段 html 變成如下:

<div style="text-align: center;">
<embed allowfullscreen="true" allowscriptaccess="never" height="315" src="https://www.youtube.com/v/cBCQMWMbeMU?;rel=0&amp;autoplay=1" type="application/x-shockwave-flash" width="420"></embed>
</div>

4. Copy and plaste上句,把它貼在blog html 編輯器內,就完成。






注意:
以前 PC和 手機都可以 autoplay,
現在只有 PC 可以 autoplay
手機就不可以了。
原因不知道,要問 google了。


去片!



A Red Red ROSE
Robert Burns








沒有留言:

發佈留言