xutl / yii2-share-widget
share for the Yii framework
Package info
github.com/xutl/yii2-share-widget
Language:JavaScript
Type:yii2-extension
pkg:composer/xutl/yii2-share-widget
1.0.1
2017-05-18 06:02 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-11 06:01:20 UTC
README
社交分享
<?= Share::widget([ 'message' => Html::encode($model->title), 'url' => Url::to(['/live/stream/view', 'uuid' => $model->uuid], true), 'summary' => $model->description, 'picture' => Url::to($model->banner, true), 'items' => [ 'qq', 'weibo', 'wechat', 'facebook', 'google', 'twitter' ] ]); ?>