2017 © Pedro Peláez
 

yii2-extension yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

image

assayer-pro/yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

  • Thursday, February 18, 2016
  • by assayer-pro
  • Repository
  • 1 Watchers
  • 4 Stars
  • 139 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

yii2-social-likes

PHP version, (*1)

Yii2 widget for Social Likes: share buttons with counters for popular social networks. Beautiful share buttons with counters for popular social networks: Facebook, Twitter, Google+, Pinterest, Vkontakte, etc. Uses jQuery., (*2)

Yii2 wrapper for http://sapegin.github.io/social-likes/, (*3)

Installation

The preferred way to install this extension is through composer., (*4)

  • Either run
php composer.phar require --prefer-dist "assayer-pro/yii2-social-likes" "*"

or add, (*5)

"assayer-pro/yii2-social-likes" : "*"

to the require section of your application's composer.json file., (*6)

Usage

use assayerpro\SocialLikes\SocialLikes;
...
echo SocialLikes::widget([
  'skin' => 'birman',
  'buttons' => [
    'facebook' => [
      'title' => 'Share link on Facebook',
      'name' => 'Facebook',
      'show' => true,
    ],
    'twitter' => [
      'title' => 'Share link on Twitter',
      'name' => 'Twitter',
      'show' => true,
    ],
    'plusone' => [
      'title' => 'Share link on Google+',
      'name' => 'Google+',
      'show' => true,
  ],
]);

The Versions

18/02 2016

dev-master

9999999-dev https://github.com/assayer-pro/yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

  Sources   Download

MIT

The Requires

 

18/02 2016

dev-develop

dev-develop https://github.com/assayer-pro/yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

  Sources   Download

MIT

The Requires

 

15/02 2016

1.1.0

1.1.0.0 https://github.com/assayer-pro/yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

  Sources   Download

MIT

The Requires

 

18/10 2015

1.0.1

1.0.1.0 https://github.com/assayer-pro/yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

  Sources   Download

MIT

The Requires

 

29/09 2015

1.0.0

1.0.0.0 https://github.com/assayer-pro/yii2-social-likes

Yii2 wrapper for social like buttons, see http://sapegin.github.io/social-likes/

  Sources   Download

MIT

The Requires

 

by Serge Larin