This is a responsive social bar widget for Yii2 projects. They said "Ridiculously Responsive Social Sharing Buttons" to it., (*1)
, (*2)
Installation
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist imanilchaudhari/yii2-rrssb "dev-master"
or add, (*5)
"imanilchaudhari/yii2-rrssb": "dev-master"
to the require section of your composer.json
file., (*6)
Usage
Once the extension is installed, simply use it in your code by :, (*7)
=\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., (*8)