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

# Facebook

> How to add Facebook to your system

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

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

## What she can post to Facebook

Facebook is the one network where the caption almost never runs out of room. Sixty-three thousand characters, with or without a photo, and she can still drop a background behind the short ones.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    63,206 characters
  </Card>

  <Card title="Media" icon="photo-film">
    Optional. Text alone, photos, or one video
  </Card>

  <Card title="Post types" icon="layer-group">
    Feed post, photo set, Reel, story, background text post
  </Card>

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

Page numbers come back as impressions, media views and post engagement, plus follower count. Per post she reads impressions, clicks and reactions.

|                   |                                                                                                                               |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **Post settings** | `post_type`, `url`, `text_format_preset_id`. Full schema in the [Facebook settings reference](/public-api/providers/facebook) |
| **Connect flow**  | Two steps. You authorize the Meta app, then pick which page to attach                                                         |
| **Automations**   | None                                                                                                                          |

<Warning>
  A few shapes Facebook will not take:

  * **Story should have at least one media.** Feed posts run fine on text alone, stories do not.
  * Background presets apply to text-only posts on a page, capped at 130 characters. Attach a photo or write past the cap and the post publishes as plain text instead.
  * **Photos should be smaller than 4 MB and saved as JPG, PNG.**
</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 Facebook on your own instance](/installation/providers/facebook).
</Info>

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