Displays a fully rendered standalone publication card containing Twitter status data.
| Surface | Note |
|---|---|
| meet-stage | Resizing widgets fail to track width variations in streams. |
| googlechat | Theme styling collapses to simple quote blocks. |
| Runtime engines drop interactive layout cards. | |
| apps-script-web | Twitter/X iframe often blocked by X-Frame-Options |
| Field | Type | |
|---|---|---|
| tweet_id | string. Unique snowflake identifier for the post. | required |
{
"type": "embed_tweet",
"tweet_id": "Tweet id"
}
{
"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"
]
}
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 →