saav-tek / yii2-share-buttons-widget
Social Media share buttons widget.
Package info
github.com/saav-tek/yii2-share-buttons-widget
Type:yii2-extension
pkg:composer/saav-tek/yii2-share-buttons-widget
dev-main
2021-02-24 23:11 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-25 11:44:44 UTC
README
This Widget creates Social Media sharing buttons.
Note: Configure the required "og" fields in the view (og:title, og:image, etc) so that FaceBook and LinkedIn populate the post content automatically.
Installation
The preferred way to install this extension is through composer.
Usage
echo ShareButtonsWidget::widget([ 'title' => $someTitle, 'url' => Url::to([$someUrl], true), ])