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>