109 字
1 分钟
在文章中嵌入视频
2023-08-01
无标签

只需从 YouTube 或其他平台复制嵌入代码,然后粘贴到 markdown 文件中即可。

---
title: 在文章中嵌入视频
published: 2023-10-19
// ...
---
<iframe
width="100%"
height="468"
src="https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_"
title="YouTube 视频播放器"
frameborder="0"
allowfullscreen>
</iframe>
# 属性有下面这些
# <iframe
# width="100%"
# height="400"
# src="https://www.youtube.com/embed/视频ID"
# title="视频标题"
# frameborder="0"
# allowfullscreen>
# </iframe>

YouTube#

Bilibili#

在文章中嵌入视频
https://derckhanna.github.io/ForestBlog-Source/posts/video/
作者
Snowy Owl hydrogen flare
发布于
2023-08-01
许可协议
CC BY-NC-SA 4.0