> ## Documentation Index
> Fetch the complete documentation index at: https://help.kajabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed a podcast

> Add an externally hosted podcast player to a Kajabi page, blog post, or Course Lesson using embed code.

## Overview

If you host your podcast on a third-party service, you can embed the podcast player directly into your Kajabi pages, blog posts, or course lessons using embed code.

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/3ugcri5mk5" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

<Note>
  **Note:** This process is only for integrating with a third-party podcast host.
</Note>

## Embed a podcast player

1. Copy the embed code from your podcast hosting service.
2. Open the `<>` **source code** of the page where you want to embed the player.
3. Paste the embed code in the `<>` **source code** of the destination Kajabi page.

<Note>
  **Note:** Follow these same instructions to embed your podcast player in a Course Lesson, Page, or Blog Post. Remember to always paste the embed code in the source code of the text section on the page.
</Note>

In the example below, Libsyn is used to host the podcast.

1. Copy the embed code and paste it in the `<>` **source code** of the page:

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/2zjeqhzpvc" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>
