Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 421 Bytes

basic-usage.md

File metadata and controls

14 lines (12 loc) · 421 Bytes

Basic usage

Call widget in view file

<?= \ymaker\social\share\widgets\SocialShare::widget([
    'configurator'  => 'socialShare',
    'url'           => \yii\helpers\Url::to('absolute/route/to/page', true),
    'title'         => 'Title of the page',
    'description'   => 'Description of the page...',
    'imageUrl'      => \yii\helpers\Url::to('absolute/route/to/image.png', true),
]); ?>