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

# LinkedIn Page

> How to add a LinkedIn Page to your system

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

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

## What she can post to a LinkedIn Page

A hiring update, a product video, three slides that LinkedIn turns into a swipeable document. The post goes out as the company, not as you, and the numbers come back for the page and for the individual post.

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

  <Card title="Media" icon="photo-film">
    Optional. One image, one video, or two or more images for a carousel
  </Card>

  <Card title="Post types" icon="layer-group">
    Text post, image post, video post, PDF carousel, comment
  </Card>

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

Page numbers come back as page views, clicks and shares, with engagement and comments on the same chart and follower gains split into organic and paid. Per post she reads impressions, clicks and likes, alongside comments, shares and engagement. She keeps two LinkedIn jobs moving at once, which is the professional posting limit the page carries.

|                   |                                                                                                                                                                                                                                                        |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Post settings** | `post_as_images_carousel`, `carousel_name`. Full schema in the [LinkedIn Page settings reference](/public-api/providers/linkedin-page)                                                                                                                 |
| **Connect flow**  | Two steps. You authorize the LinkedIn app, then pick which company page to attach. Only pages where LinkedIn lists you as an administrator show up                                                                                                     |
| **Automations**   | Auto Repost Posts and Auto plug post both watch a post for a like count you set, checking every six hours for three rounds. Add comments by a different account and Add Re-posters fire once the post lands, from whichever LinkedIn channels you name |

<Warning>
  LinkedIn turns some combinations back before she calls the API:

  * **Carousel can only be created with 2 or more images and no videos.**
  * **Can have maximum 1 media when selecting a video.**
  * **Comments can only contain text.**

  Two or more images plus the carousel setting become a PDF document share. That path has its own section further down this page.
</Warning>

## Posting PDFs / document carousels

Upload two or more images to a LinkedIn Page and she stitches them into a PDF carousel. LinkedIn is the only network where that works, and only through document-carousel posts. You never upload a PDF yourself: she builds it from your images and posts it as a LinkedIn document share.

Nowhere else accepts it. The public-API upload endpoint rejects `application/pdf`.

## 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 LinkedIn Page on your own instance](/installation/providers/linkedin-page).
</Info>

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