Flexible Targets
Publish to user feeds, community feeds, or the current user’s feed depending on the SDK target API.
Optional Enrichment
TypeScript, Android, and iOS can attach structured links during text post creation.
Parameters
Create a Text Post
The examples below create a text post in a community. Use the equivalent user target method or target type when posting to a user feed.Add Structured Links
TypeScript, Android, and iOS expose alinks field when creating a text post. Fetch preview metadata first if the post should render a preview card.
Flutter’s current public post creation builder supports text, metadata, and user mentions, but it does not expose a structured
links payload on the text post builder.Query Text Posts
Post query APIs are SDK-specific. For TypeScript,PostRepository.getPosts returns a live collection through a callback instead of a promise, so do not call it with await.
For structure type values and filtering behavior, see Posts Overview and Mixed Media Posts.
Related Topics
Posts Overview
Review post concepts, retrieval, and moderation flows.
Query Posts
Load text posts back into feed and detail screens.
Mentions
Add user mention payloads where the platform exposes them.