nurielmeni / yii2-social-connect
Open social page by social networks
Package info
github.com/nurielmeni/yii2-social-connect
Language:CSS
Type:yii2-extension
pkg:composer/nurielmeni/yii2-social-connect
v1.1.5
2021-07-31 12:12 UTC
Requires
- yiisoft/yii2: ~2.0.0
README
Open social page by social networks
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nurielmeni/yii2-social-connect "*"
or add
"nurielmeni/yii2-social-connect": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \nurielmeni\socialConnect\socialConnectWidget::widget(); ?>```