> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://help.kajabi.com/feedback

```json
{
  "path": "/articles/products/courses/how-to-embed-videos-in-a-product-lesson",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Embed videos in a Product lesson

> Embed video into a Product lesson from external hosting platforms such as YouTube or Vimeo.

You can **embed video** into a Product Lesson from external video hosting platforms such as YouTube or Vimeo.

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

This guide refers to embedding a video from video players like Vimeo and YouTube onto your Product Lesson. If you are looking to add a video directly onto a Kajabi page or Funnel page, please refer to the guide [here](../../website/pages/how-to-add-a-video-block-to-your-pages).

## Embed a video in your Lesson

Vimeo and YouTube do not allow downloading videos from their sites. However, you can share videos through popular social media platforms and by sharing with the Video Embed Code.

Share a video in your Product Lesson with the Video Embed Code:

1. First, copy the embed code you would like to embed into the Body of your Product Lesson.
2. Navigate to your Kajabi account.
3. Open the **Products** tab from your Dashboard.
4. Click into an existing Product or [create a new one](../../products/courses/courses-overview).
5. Select the Product Lesson where you want to embed the video.
6. Scroll to the **Lesson body**.
7. Open the **source code** editor.
8. Paste the **embed code** into the source code editor:

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

Looking to embed videos from your Vimeo account? [Check out Vimeo's embedding videos overview](https://vimeo.zendesk.com/hc/en-us/articles/224969968-Embedding-videos-overview).

## Upload videos with links

Uploading Videos into your Product Lesson can be accomplished with video files from Google Drive, Dropbox, your local hard drive, and with links.

However, the Links field will not accept links to a video hosted on a site like YouTube or Vimeo because they are not direct links to the actual video files that the file uploader requires.

Keep in mind, video hosting sites like YouTube and Vimeo do not allow the downloading of videos from their site with a link to protect the creator and owner of the video.

The file uploader in Kajabi requires a file type to accept a YouTube or Vimeo link. For instance, `https://www.youtube.com/watch?v=9C_HReR_McQ` would not be accepted.

Whereas, `http://techslides.com/demos/sample-videos/small.mp4` would be an acceptable file link because of the .mp4.

### Download video from YouTube and Vimeo

* Learn to download videos you have uploaded into YouTube by visiting [YouTube's Help Guide](https://support.google.com/youtube/answer/56100?hl=en).
* Learn to download videos you have uploaded into Vimeo by visiting [Vimeo's Help Center](https://help.vimeo.com/hc/en-us/articles/224823567-Direct-links).

After downloading your videos from YouTube and/or Vimeo, upload your downloaded video into your Product Lesson in Kajabi. Learn to [upload media to your Product Lesson](../../products/courses/how-to-upload-media-to-your-course-lesson).
