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

# Dribbble

> How to add Dribbble to your system

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

<Steps>
  <Step title="Register your application">
    [Register your application on Dribbble](https://dribbble.com/account/applications/new).

    * **Name:** `MyPostizInstance`
    * **Description:** `My Postiz Instance`
    * **Website:** `https://example.com`
    * **Redirect URI:** (see below)

    <Snippet file="oauth2redirect.mdx" />

    **Your Dribbble OAuth2 Redirect URI:**

    * Production: `https://your-postiz-domain.com/integrations/social/dribble`
    * Local development: `http://localhost:4200/integrations/social/dribble`
    * Docker: `http://localhost:5000/integrations/social/dribble`
  </Step>

  <Step title="Copy your client secret to environment variables">
    These can be found immediately after registering your application. These are both 64 characters long.

    ```env theme={null}
    DRIBBLE_CLIENT_ID="1234..."
    DRIBBLE_CLIENT_SECRET="5678..."
    ```

    Restart Postiz with the updated environment variables
  </Step>

  <Step title="Add a Dribbble channel in the Postiz web interface">
    Go to the Postiz web interface, and click on the "Add Channel" button. Select "Dribbble" from the list of available channels. You should be redirected to Dribbble to authorize the application.
  </Step>
</Steps>
