assayer-pro/yii2-social-likes
最新稳定版本:1.1.0
Composer 安装命令:
composer require assayer-pro/yii2-social-likes
包简介
Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/
README 文档
README
Yii2 widget for Social Likes: share buttons with counters for popular social networks. Beautiful share buttons with counters for popular social networks: Facebook, Twitter, Google+, Pinterest, Vkontakte, etc. Uses jQuery.
Yii2 wrapper for http://sapegin.github.io/social-likes/
Installation
The preferred way to install this extension is through composer.
- Either run
php composer.phar require --prefer-dist "assayer-pro/yii2-social-likes" "*"
or add
"assayer-pro/yii2-social-likes" : "*"
to the require section of your application's composer.json file.
Usage
use assayerpro\SocialLikes\SocialLikes; ... echo SocialLikes::widget([ 'skin' => 'birman', 'buttons' => [ 'facebook' => [ 'title' => 'Share link on Facebook', 'name' => 'Facebook', 'show' => true, ], 'twitter' => [ 'title' => 'Share link on Twitter', 'name' => 'Twitter', 'show' => true, ], 'plusone' => [ 'title' => 'Share link on Google+', 'name' => 'Google+', 'show' => true, ], ]);
统计信息
- 总下载量: 195
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-29