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

# YouTube

> How to Add YouTube to Your System

<img src="https://mintcdn.com/forceplay/LL5FipRv-7nhg1To/images/channels/youtube.svg?fit=max&auto=format&n=LL5FipRv-7nhg1To&q=85&s=558853850e88ddddb7bc7abc0d998d58" alt="YouTube" height="44" noZoom style={{ height: "44px", marginBottom: "1.25rem" }} data-path="images/channels/youtube.svg" />

<Snippet file="never-share.mdx" />

## What she can post to YouTube

One video, one title and one description, uploaded and live at the minute you picked. YouTube is the only network in the list where the attachment is the whole post.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    5,000 characters in the description. Titles run 2 to 100
  </Card>

  <Card title="Media" icon="photo-film">
    Exactly one video, and it has to be a video
  </Card>

  <Card title="Post types" icon="layer-group">
    Video upload, public, unlisted or private
  </Card>

  <Card title="Analytics" icon="chart-line">
    Yes, for the channel and for each video
  </Card>
</CardGroup>

Channel numbers come back as estimated minutes watched, average view duration and average view percentage, alongside subscribers gained, subscribers lost and likes. Per video she reads views and likes, plus comments and favorites.

|                   |                                                                                                                                                 |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Post settings** | `title`, `type`, `tags`, `thumbnail`, `selfDeclaredMadeForKids`. Full schema in the [YouTube settings reference](/public-api/providers/youtube) |
| **Connect flow**  | Two steps. You authorize the Google app, then pick which channel to attach                                                                      |
| **Automations**   | None                                                                                                                                            |

<Warning>
  What YouTube turns away:

  * **You need one media**, and **Item must be a video**. No text posts, no image posts, no second attachment.
  * Tags share a budget: **The maximum allowed is 500 characters in total.** A tag containing a space costs two extra characters, because YouTube wraps it in quotes.
  * Thumbnails have to be JPEG or PNG, and an unverified channel cannot set one at all. The video still uploads, the thumbnail is what gets dropped.
</Warning>

## Self-hosting

<Info>
  On PostQueen Cloud this channel is ready: open **Add Channel** and pick it.
  Running your own instance? You register the application yourself:
  [Set up YouTube on your own instance](/installation/providers/youtube).
</Info>

<Snippet file="next-steps-provider.mdx" />
