imanilchaudhari / yii2-rrssb
This is a responsive social bar widget for Yii2 projects.
Installs: 946
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 4
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-11-03 08:48:39 UTC
README
This is a responsive social bar widget for Yii2 projects. They said "Ridiculously Responsive Social Sharing Buttons" to it.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist imanilchaudhari/yii2-rrssb "dev-master"
or add
"imanilchaudhari/yii2-rrssb": "dev-master"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?=\imanilchaudhari\rrssb\ShareBar::widget([ 'title' => 'Title Content', // i.e. $model->title 'media' => 'image.jpg', // Media Content 'networks' => [ 'Email', 'Facebook', 'Github', 'GooglePlus', 'Hackernews', 'LinkedIn', 'Pinterest', 'Pocket', 'Reddit', 'Tumblr', 'Twitter', 'Vk', 'Youtube' ] ]); ?>
About
Yii2-rrssb is inspired by RRSSB.