Share Quote

Displays a visually distinct callout showcasing a key phrase designed for social clipping.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageClip-to-copy actions are unavailable.
googlechatBackground bars revert to general quote indicators.
emailShare action triggers are omitted by sandboxes.
Fields
FieldType
textstring. The impactful quote statement.required
authorstring. Optional attribution source.optional
Example payload
{
  "type": "share_quote",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:share_quote",
  "displayName": "Share Quote",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/share_quote",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays a visually distinct callout showcasing a key phrase designed for social clipping.",
  "representativeQueries": [
    "show a prominent blockquote optimised for social media sharing",
    "displays a visually distinct callout showcasing a key phrase designed for social clipping.",
    "render a share quote"
  ]
}
← 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 →