Skip to content

codermaverick/yii2-share-buttons-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-share-buttons-widget

This Widget creates Social Media sharing buttons.

Note: Configure the required "og" fields in the view (og:title, og:image, etc) so that FaceBook and LinkedIn populate the post content automatically.

Installation

The preferred way to install this extension is through composer.

Usage

    echo ShareButtonsWidget::widget([
        'title' => $someTitle,
        'url' => Url::to([$someUrl], true),
    ])

About

Social Media share buttons widget.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%