dev-master
9999999-dev https://github.com/ruskid/yii2-jssocialsYii2 JsSocials Wrapper
MIT
The Requires
- yiisoft/yii2 *
- fortawesome/font-awesome *
- bower-asset/jssocials 1.*
by Victor Demin
yii2 jssocials
Wallogit.com
2017 © Pedro Peláez
Yii2 JsSocials Wrapper
The preferred way to install this extension is through http://getcomposer.org/download/., (*1)
Either run, (*2)
php composer.phar require ruskid/yii2-jssocials "dev-master"
or add, (*3)
"ruskid/yii2-jssocials": "dev-master"
to the require section of your composer.json file., (*4)
I didn't like existing yii2 share solutions..., (*5)
jssocials is :+1: =), (*6)
http://js-socials.com/demos/ https://github.com/tabalinas/jssocials, (*7)
echo JsSocials::widget([
'theme' => JsSocials::THEME_MINIMA, //4 available themes
'pluginOptions' => [
'showLabel' => false,
'showCount' => false,
'shareIn' => 'popup',
'shares' => [
[
'share' => 'email',
'label' => Yii::t('app', 'Email'),
'to' => 'demmbox@gmail.com',
],
"twitter",
"facebook",
"googleplus",
"linkedin",
"pinterest",
"stumbleupon",
"whatsapp"
]
]
]);
Yii2 JsSocials Wrapper
MIT
yii2 jssocials