mooza/yii2-likely
Composer 安装命令:
composer require mooza/yii2-likely
包简介
A Yii2 widget for simple and beautiful ilya-birman-likely plugin created for adding social networks 'share links'
关键字:
README 文档
README
The Likely widget is a wrapper for the Likely Plugin JS Plugin designed by Ilya Birman. This plugin is a simple and beautiful created for adding social sharing buttons that aren’t shabby.
Installation
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.
To install, either run
$ php composer.phar require mooza/yii2-likely "*"
or add
"mooza/yii2-likely": "*"
to the require section of your composer.json file.
Latest Release
NOTE: The latest version of the module is v1.0.0. Refer the CHANGE LOG for details.
Usage
use mooza\likely\Likely; echo Likely::widget([ 'pluginOptions' => [ 'colorClass' => 'light', 'items' => [ [ 'class' => 'facebook' ], [ 'class' => 'twitter', 'title' => 'Share' ], ] ] ]);
License
yii2-likely is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2016-10-30