Embed Tweet

Displays a fully rendered standalone publication card containing Twitter status data.

Surfaces
web
Degraded on
SurfaceNote
meet-stageResizing widgets fail to track width variations in streams.
googlechatTheme styling collapses to simple quote blocks.
emailRuntime engines drop interactive layout cards.
apps-script-webTwitter/X iframe often blocked by X-Frame-Options
Fields
FieldType
tweet_idstring. Unique snowflake identifier for the post.required
Example payload
{
  "type": "embed_tweet",
  "tweet_id": "Tweet id"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:embed_tweet",
  "displayName": "Embed Tweet",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/embed_tweet",
  "capabilities": [
    "web"
  ],
  "description": "Displays a fully rendered standalone publication card containing Twitter status data.",
  "representativeQueries": [
    "show a embed live public Twitter status updates and media",
    "displays a fully rendered standalone publication card containing twitter status data.",
    "render a embed tweet"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →