Displays a single button allowing a user to subscribe directly to a profile.
| Surface | Note |
|---|---|
| meet-stage | Async profile follow tracking may fail to sync. |
| googlechat | Inline action buttons are unsupported. |
| Scripted follow actions degrade to plain hyperlinks. |
| Field | Type | |
|---|---|---|
| target_handle | string. Handle identifier of target profile. | required |
| platform | string: twitter | github | linkedin. The platform. | required |
{
"type": "follow_button",
"target_handle": "Target handle",
"platform": "twitter"
}
{
"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"
]
}
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 →