nurielmeni/yii2-social-connect

Open social page by social networks


Keywords
extension, social, yii2
License
MIT

Documentation

Open social pages

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(); ?>```