Reference
Provider
Whenever you're dealing with a provider in your template, you're actually working with a Provider object.
Properties
Type: string
The name of the provider.
Type: string
The handle of the provider.
Type: string|null
The primary brand color of the provider.
Type: string|null
The SVG icon of the provider.
Methods
Returns: string|null
The share URL unique to each provider.
Returns: verbb\socialshare\models\ShareButton|null
Returns the Share Button.
Returns: Twig\Markup|null
Returns the rendered HTML for the Share Button.
Returns: verbb\socialshare\models\Button|null
Returns the Button.
Returns: Twig\Markup|null
Returns the rendered HTML for the Button.
Last updated: Sept 14, 2026, 8:34:57 PM