Delete Posts “videos”

This commit is contained in:
2026-02-03 14:34:37 +04:00
parent 07bd34c565
commit 088a1814b5

View File

@@ -1,34 +0,0 @@
---
title: Video Example
published: 2021-12-02
description: This post demonstrates how to embed video in a blog post.
tags: [Markdown, Video]
category: Examples
draft: false
---
## Instructions
Just copy the embed code from YouTube or other platforms, and paste it in the markdown file as below:
```yaml
---
title: Include Video in the Post
published: 2023-10-19
// ...
---
<iframe width="100%" height="468" src="https://www.youtube.com/embed/yrn7eInApnc?si=gGZeFbPcfMpJ1uV3_" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
```
## Examples
### YouTube
<iframe width="100%" height="468" src="https://www.youtube.com/embed/yrn7eInApnc?si=gGZeFbPcfMpJ1uV3_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
### Bilibili
<iframe width="100%" height="468" src="//player.bilibili.com/player.html?bvid=BV14QpMeSEuD&p=1&autoplay=0" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" &autoplay=0> </iframe>