Developers
Provider
Whenever you're dealing with a provider in your template, you're actually working with a Provider object.
Attributes
| Attribute | Description |
|---|---|
name | The name of the provider. |
handle | The handle of the provider. |
primaryColor | The primary brand color of the provider. |
icon | The SVG icon of the provider. |
Methods
| Method | Description |
|---|---|
getShareUrl(url, text, params) | The share URL unique to each provider. |
getShareButton(options) | Returns the Share Button. |
renderShareButton(options) | Returns the rendered HTML for the Share Button. |
getButton(options) | Returns the Button. |
renderButton(options) | Returns the rendered HTML for the Button. |
Last updated: May 4, 2026, 9:12:30 AM