我希望能够在我在Github托管的Jekyll网站中插入YouTube视频。
有一个Jekyll plugin for embedding youtube videos,但它在github页面中不起作用。
iframe也不起作用。
<iframe width="420" src="hhtp://..." frameborder="0" allowfullscreen> </iframe>
有没有办法做到这一点,或者我们只需要忍受它?
答案 0 :(得分:9)
尝试:
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
答案 1 :(得分:0)
@David Jacquel 回复的一个小补充:
安全的 https
对其在 Github Pages 中工作至关重要(而不安全的 http
可能足以使其在本地工作)。