Renders an embedded snippet of a social media post, such as a tweet
| Surface | Note |
|---|---|
| apps-script-web | social platform iframes generally blocked by X-Frame-Options |
| Field | Type | |
|---|---|---|
| embed_code | string | required |
| platform | string | required |
| post_url | string | required |
{
"type": "social_feed_embed",
"embed_code": "Embed code",
"platform": "twitter",
"post_url": "https://example.com"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:social_feed_embed",
"displayName": "Social Feed Embed",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/social_feed_embed",
"capabilities": [
"web",
"meet-stage"
],
"description": "Renders an embedded snippet of a social media post, such as a tweet",
"representativeQueries": [
"show a embedded social media post or feed or Instagram post",
"renders an embedded snippet of a social media post, such as a tweet",
"render a social feed embed"
]
}
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 →