Jekyll博客在github上主持:如何插入youtube嵌入?

alb*_*rto 2 youtube jekyll github-pages

我希望能够在我在Github托管的Jekyll网站中插入YouTube视频.

有没有办法做到这一点,或者我们只需要忍受它?

Dav*_*uel 10

试试:

<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Run Code Online (Sandbox Code Playgroud)

  • 是的。这是您可以在任何 YouTube 视频页面上找到的嵌入代码。 (2认同)