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

# Tumblr

> How to add Tumblr to your system

<img src="https://mintcdn.com/forceplay/lkIO5SWGR5xaK-m3/images/channels/tumblr.png?fit=max&auto=format&n=lkIO5SWGR5xaK-m3&q=85&s=b7a3e7435e35e6887a9f52df24b670e0" alt="Tumblr" height="44" noZoom style={{ height: "44px", marginBottom: "1.25rem" }} data-path="images/channels/tumblr.png" />

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

## What she can post to Tumblr

Tumblr gives her the most room of any network she posts to, and it is the one place a long piece
can go out whole rather than trimmed. One account can hold several blogs, so connecting is two
steps rather than one: you authorize Tumblr, then pick which blog this channel is.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    32,768 characters, the largest on any channel here
  </Card>

  <Card title="Media" icon="image">
    Up to 30 images, or a single video
  </Card>

  <Card title="Post types" icon="layer-group">
    A text post with optional title, link and source URL
  </Card>

  <Card title="Analytics" icon="chart-line">
    None. Tumblr returns no post-level numbers through their API
  </Card>
</CardGroup>

| Area          | Detail                                                                                                     |
| ------------- | ---------------------------------------------------------------------------------------------------------- |
| Post settings | `title`, `link`, `sourceUrl` and `tags`, **all optional**: [Tumblr settings](/public-api/providers/tumblr) |
| Connect flow  | Two steps. Authorize the app, then choose which blog to attach                                             |
| Automations   | None on this network                                                                                       |
| Publish rate  | Three posts at a time                                                                                      |

<Note>
  Long posts are split into blocks of about 4,000 characters on the way out, on blank lines, which
  is Tumblr's own limit for a text block rather than ours. A post reads as one piece either way.
  Alt text you set on an image is carried through.
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Posts fail with a daily limit message">
    Tumblr caps how much one account can publish per day and answers with its own limit error.
    There is nothing to configure here; the posts resume the next day.
  </Accordion>

  <Accordion title="I picked the wrong blog">
    Remove the channel and connect again. The blog is chosen at connect time and there is no way
    to switch it afterwards on an existing channel.
  </Accordion>

  <Accordion title="A post with several videos is refused">
    One video per post, and it cannot be mixed with images. Up to 30 images is fine.
  </Accordion>
</AccordionGroup>

## 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 Tumblr on your own instance](/installation/providers/tumblr).
</Info>

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