imanilchaudhari/yii2-rrssb This is a responsive social bar widget for Yii2 projects.

extensionrrssbsocialsharesharebar

Yii2 rrssb - A responsive social share bar widget for Yii2.

This is a responsive social bar widget for Yii2 projects. They said "Ridiculously Responsive Social Sharing Buttons" to it.

alt tag

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist imanilchaudhari/yii2-rrssb "dev-master"

or add

"imanilchaudhari/yii2-rrssb": "dev-master"

to the require section of your composer.json file.

Usage

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


<?=\imanilchaudhari\rrssb\ShareBar::widget([
        'title' => 'Title Content', // i.e. $model->title
        'media' => 'image.jpg', // Media Content
        'networks' => [
            'Email',
            'Facebook',
            'Github',
            'GooglePlus',
            'Hackernews',
            'LinkedIn',
            'Pinterest',
            'Pocket',
            'Reddit',
            'Tumblr',
            'Twitter',
            'Vk',
            'Youtube'  
        ]
    ]); 
?>

About

Yii2-rrssb is inspired by RRSSB.

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

  • 1.122 April 2021
  • 1.014 September 2015

Comments



1.1 is the latest of 2 releases



MIT license
Stats
6 github stars & 4 github forks
0 downloads in the last day
0 downloads in the last 30 days
939 total downloads