Platformok

Posztolási szabályok platformonként

Egy táblázat arról, melyik platform mit fogad el: média, karakterkorlát, kötelező beállítások.

The comparison table

Each platform has different rules. This table covers the essentials. See each platform's page for details.

PlatformCharacter limitMediaRequired fields
X (Twitter)280Up to 4 images, or one video. GIFs are allowed too.who_can_reply_post
Instagramno dataRequired: at least one image or video. Multiple images become a carousel.post_type
LinkedInno dataImage, video, or document. Multiple images can also be turned into a carousel.none
Facebookno dataImage, video, or a text post with no media.none
TikTokno dataRequired: one video, or one or more images for a photo post.content_posting_method, privacy_level, duet, stitch, comment, autoAddMusic, brand_content_toggle, brand_organic_toggle
YouTubeno dataRequired: one video.title, type
Pinterestno dataRequired: one image or video.board
Google Businessno dataImage or video, optional.none
Discord1980Image or video, optional.channel
Slackno dataImage or video, optional.channel
Threads500Image or video, optional.none
Bluesky300Up to 4 images, or one video.none
Telegramno dataImage or video, optional.none

Required fields

What can block saving

If a field is required for a channel, you cannot schedule the post to that channel until you fill it in. The editor tells you what is missing for each channel. You can still schedule the post for the others.

The most common are title and visibility for YouTube, a board for Pinterest, a target channel for Discord and Slack, and visibility and publishing mode for TikTok.

Fetching the schema

The table above describes the rules in plain language. If you work programmatically, you can fetch the schema for the connected channel directly:

GET /public/v1/integration-settings/:id returns the channel's settings schema along with the account-specific character limit. This is the authoritative source because the account type can also affect the limits. For details, see the Channel settings schema endpoint documentation.

When you create a post, these fields go into the settings object, alongside the __type field that identifies the platform. See the Create a post endpoint.

Is something missing from this page? Email [email protected] or use the form on the Help page.