Yii2 Bootstrap Social ¶
Yii2 Bootstrap Social
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist powerkernel/yii2-bootstrapsocial "*"
or add
"powerkernel/yii2-bootstrapsocial": "*"
to the require section of your composer.json
file.
Usage ¶
Once the extension is installed, simply use it in your code by :
<?= \powerkernel\bootstrapsocial\Button::widget([
'button' => 'twitter', // Available buttons see https://github.com/lipis/bootstrap-social/
'iconOnly' => false, // set true if only want the icon
'link' => '#your-url', // the button URL
'label'=> 'Button label', // button label
]) ?>
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.