Social Feed Embed

Renders an embedded snippet of a social media post, such as a tweet

Surfaces
webgoogle-meet-stagemcp-apps
Degraded on
SurfaceNote
google-apps-script-websocial platform iframes generally blocked by X-Frame-Options
Live preview
🐦@
Fields
FieldType
embed_codestringrequired
platformstringrequired
post_urlstringrequired
Example payload
{
  "type": "social_feed_embed",
  "embed_code": "Embed code",
  "platform": "twitter",
  "post_url": "https://example.com"
}
ARD catalog entry
{
  "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",
    "google-meet-stage",
    "mcp-apps"
  ],
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →