Displays a row of quick-action buttons enabling readers to share the post to external networks.
| Surface | Note |
|---|---|
| meet-stage | JavaScript popup triggers are blocked in restricted contexts. |
| googlechat | Hidden — sharing script bindings unavailable. |
| Dynamic script-based link builders cannot load inside messages. |
| Field | Type | |
|---|---|---|
| platforms | array. Permitted networks: twitter | linkedin | facebook | reddit. | required |
| url | string. Optional URL override, defaults to current page. | optional |
{
"type": "social_share_bar",
"platforms": [
"twitter",
"linkedin",
"facebook"
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:social_share_bar",
"displayName": "Social Share Bar",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/social_share_bar",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a row of quick-action buttons enabling readers to share the post to external networks.",
"representativeQueries": [
"show a social media buttons for sharing article to external networks",
"displays a row of quick-action buttons enabling readers to share the post to external networks.",
"render a social share bar"
]
}
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 →