# Platform-Specific Formats

Each social network offers unique post formats. Publer’s API supports these specialized types—click a format to dive into its implementation details:

* [Text Posts with Background](/docs/posting/create-posts/content-types/platform-specific-formats/facebook-text-posts-with-background.md)
* [Multi-Link Posts (Facebook Carousels)](/docs/posting/create-posts/content-types/platform-specific-formats/multi-link-posts-facebook-carousels.md)
* [Polls](/docs/posting/create-posts/content-types/polls.md)
* [LinkedIn PDF Carousels](/docs/posting/create-posts/content-types/platform-specific-formats/linkedin-pdf-carousels.md)
* [Pinterest Pins with a Link URL](/docs/posting/create-posts/content-types/platform-specific-formats/pinterest-pins-with-a-link-url.md)
* [Google Events, Offers, and Photos](/docs/posting/create-posts/content-types/platform-specific-formats/google-business-profiles-updates-photos-events-and-offers.md)
* [Reels, Shorts, or Stories](/docs/posting/create-posts/content-types/platform-specific-formats/reels-shorts-and-stories.md)

### Best Practices

* **Choose the Right Format**\
  Select the layout that matches your content goal and platform norms.
* **Follow Platform Guidelines**\
  Observe character limits, aspect ratios, and file-size rules.
* **Enhance Engagement**\
  Interactive formats (polls, carousels) tend to drive higher user interaction.
* **Test & Iterate**\
  Experiment across formats to discover what resonates best with your audience.

### Related Topics

* [Media Handling](/docs/posting/create-posts/media-handling.md)
* [Publishing Methods](/docs/posting/create-posts/publishing-methods.md)
* [Content Types](/docs/posting/create-posts/content-types.md)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://publer.com/docs/posting/create-posts/content-types/platform-specific-formats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
