Whenever you're dealing with a provider in your template, you're actually working with a Provider
object.
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. |
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. |