Supported Link Types
X Post
Details for the X_POST link type (formerly Twitter)
Type Value: X_POST
Status: PRODUCTION
An X_POST
link type represents a specific post from X (formerly Twitter). In addition to the baseline preview attributes (title
, description
, image
), X_POST
links provide enriched data about the post content, timing, author, and engagement metrics. This makes it easier to integrate real-time social content into your application and display richer post previews.
What It Includes
When type
is X_POST
, the response includes an xPost
object with fields like:
- text: The main textual content of the post.
- user: Information about the author, including their username, display name, avatar, and other profile details.
- media: An array of image or video objects (if available), allowing you to display embedded media directly.
- likesCount, commentsCount, viewsCount, bookmarksCount, repostsCount, quotesCount: Engagement metrics that show how users interact with the post over time.
- createdAt, updatedAt, publishedAt: Timestamps related to the post’s creation, last update, and publication times.
These details let you surface not just the post content, but its context, popularity, and multimedia components.