Guides/Create content/Media/Embed a Twitch stream

Embed a Twitch stream

Last reviewed on November 6, 2025

Twitch.tv, commonly known as Twitch, is a video-streaming service for gamers. This guide will show you how to embed a Twitch stream onto your WordPress website.

Embed a channel stream

You can embed a Twitch stream onto your site using the [twitchtv] shortcode:

  1. Edit the page or post you wish to display the Twitch stream.
  2. Click the + block inserter and add a Shortcode block.
  3. Add the shortcode to the block that looks like this:

[twitchtv url="https://www.twitch.tv/paperbat/"]

  1. Replace paperbat with your Twitch username.

This will show the currently active stream (if there is one) or a highlight automatically chosen by Twitch.

Embed a specific stream

You can also show a specific Twitch video (an archived stream). First, get the link to that video by viewing the video on Twitch and copying the URL from the address bar of your browser, or by clicking the Share button and using the “Copy Link” option:

Copy Link is highlighted in the Share menu.

Once you have the video link, embed it onto your site with these steps:

  1. Edit the page or post you wish to display the Twitch stream.
  2. Click the + block inserter and add a Shortcode block.
  3. Add the shortcode to the block that looks like this:

[twitchtv url="https://www.twitch.tv/paperbat/v/323486192"]

  1. Replace https://www.twitch.tv/paperbat/v/323486192 with your Twitch video link.

Customize the Twitch embed

You can add the following parameters to your shortcode to customize the appearance:

  • height – defaults to 378 pixels
  • width – defaults to 620 pixels
  • autoplay – defaults to true
  • muted – defaults to false
  • time – start at a given time (videos only). Use this format: time=”1h2m3s”

With all those parameters applied, an example shortcode looks like this:

[twitchtv url="https://www.twitch.tv/paperbat" width="400" height="244" autoplay="false" muted="true" time="1h2m3s"]

Was this guide helpful for you?

Not quite what you're looking for? Get Help!

Copied to clipboard!