Files
blog-fuwari/src/content/init_post/video.md
T
Ad-closeNN 54078a69f8 2025/8/7
2025-08-07 23:33:17 +08:00

1.0 KiB

title, published, description, tags, category, draft
title published description tags category draft
Include Video in the Posts 2023-08-01 This post demonstrates how to include embedded video in a blog post.
Example
Video
Examples false

Just copy the embed code from YouTube or other platforms, and paste it in the markdown file.

---
title: Include Video in the Post
published: 2023-10-19
// ...
---

<iframe width="100%" height="468" src="https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_" title="YouTube video player" frameborder="0" allowfullscreen></iframe>

YouTube

Bilibili