Follow Button

Displays a single button allowing a user to subscribe directly to a profile.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageAsync profile follow tracking may fail to sync.
googlechatInline action buttons are unsupported.
emailScripted follow actions degrade to plain hyperlinks.
Fields
FieldType
target_handlestring. Handle identifier of target profile.required
platformstring: twitter | github | linkedin. The platform.required
Example payload
{
  "type": "follow_button",
  "target_handle": "Target handle",
  "platform": "twitter"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:follow_button",
  "displayName": "Follow Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/follow_button",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays a single button allowing a user to subscribe directly to a profile.",
  "representativeQueries": [
    "show a direct profile subscription button for social platforms",
    "displays a single button allowing a user to subscribe directly to a profile.",
    "render a follow button"
  ]
}
← 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 →