Social Share Bar

Displays a row of quick-action buttons enabling readers to share the post to external networks.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageJavaScript popup triggers are blocked in restricted contexts.
googlechatHidden — sharing script bindings unavailable.
emailDynamic script-based link builders cannot load inside messages.
Fields
FieldType
platformsarray. Permitted networks: twitter | linkedin | facebook | reddit.required
urlstring. Optional URL override, defaults to current page.optional
Example payload
{
  "type": "social_share_bar",
  "platforms": [
    "twitter",
    "linkedin",
    "facebook"
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →