Displays a fully rendered standalone publication card containing Twitter status data.
| Surface | Note |
|---|---|
| google-meet-stage | Resizing widgets fail to track width variations in streams. |
| google-chat | Theme styling collapses to simple quote blocks. |
| Runtime engines drop interactive layout cards. | |
| google-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",
"mcp-apps"
],
"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 an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →