nurielmeni/yii2-social-connect

Open social page by social networks

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

v1.1.5 2021-07-31 12:12 UTC

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