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

# Dribbble

> How to add Dribbble to your system

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

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

## What she can post to Dribbble

Dribbble is the strictest channel she posts to: one image at an exact size, a title, and the shot goes up. Everything you write becomes the shot description, and there is a lot of room in it.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    40,000 characters, used as the shot description.
  </Card>

  <Card title="Media" icon="image">
    Exactly one image, sized 400x300 or 800x600 pixels. No video.
  </Card>

  <Card title="Post types" icon="layer-group">
    A shot, with a required title. No threaded comments on this network.
  </Card>

  <Card title="Analytics" icon="chart-line">
    None. Dribbble does not return post level numbers through their API, so her analytics call comes back empty.
  </Card>
</CardGroup>

| Area          | Detail                                                                                                                          |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Post settings | `title`, required and at least one character, plus an optional `team` URL: [Dribbble settings](/public-api/providers/dribbble). |
| Connect flow  | One step, OAuth2 with the `public` and `upload` scopes.                                                                         |
| Automations   | None on this network.                                                                                                           |
| Publish rate  | Three shots at a time.                                                                                                          |

<Warning>
  She checks the image before the shot leaves the calendar, and refuses it in her own words:

  * **"Requires one item"** if the post carries none or more than one attachment.
  * **"Does not support mp4 files"** for video.
  * **"Invalid image size. Requires 400x300 or 800x600 px images."** for anything off those two sizes.
</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 Dribbble on your own instance](/installation/providers/dribbble).
</Info>

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