Back to Blog
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:

  1. Copy the embed code from YouTube or TikTok
  2. Paste it directly into your markdown file
  3. The HTML will be rendered as-is in your blog post

Pretty simple!