mooza/yii2-likely

A Yii2 widget for simple and beautiful ilya-birman-likely plugin created for adding social networks 'share links'

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 1

Type:yii2-extension

1.0.1 2016-11-17 09:24 UTC

This package is not auto-updated.

Last update: 2025-02-01 22:29:53 UTC


README

The Likely widget is a wrapper for the Likely Plugin JS Plugin designed by Ilya Birman. This plugin is a simple and beautiful created for adding social sharing buttons that aren’t shabby.

Installation

The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.

To install, either run

$ php composer.phar require mooza/yii2-likely "*"

or add

"mooza/yii2-likely": "*"

to the require section of your composer.json file.

Latest Release

NOTE: The latest version of the module is v1.0.0. Refer the CHANGE LOG for details.

Usage

use mooza\likely\Likely;

echo Likely::widget([
    'pluginOptions' => [
        'colorClass' => 'light',
        'items' => [
            [
                'class' => 'facebook'
            ],
            [
                'class' => 'twitter',
                'title' => 'Share'
            ],
        ]
    ]
]);

License

yii2-likely is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.