Tutorial
How to Embed Videos in Your Technical Blog
Embedding Videos in Blog Posts
This post demonstrates how you can embed videos directly in your blog posts using HTML iframes.
YouTube Embed Example
Here's how to embed a YouTube video:
TikTok Embed Example
You can also embed TikTok videos:
How It Works
The blog uses remark-html which allows raw HTML in markdown files. This means you can:
- Copy the embed code from YouTube or TikTok
- Paste it directly into your markdown file
- The HTML will be rendered as-is in your blog post
Pretty simple!