Skip to content

it-lutsk/yii2-facebook-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Social Buttons collection

Widgets for Facebok social buttons

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist westside/yii2-facebook-buttons "*"

or add

"westside/yii2-facebook-buttons": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \westside\facebook\ShareButton::widget([
    'title' => 'Some Title',
    'image' => 'file.url',
    'description' => 'Some Description',
    //'size' => self::SIZE_SMALL,
    //'layout' => selft::LAYOUT_BUTTON_COUNT,
    //'mobileIframe' => true,
]); ?>

About

Facebook Social Buttons collection

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages