2017 © Pedro Peláez
 

yii2-extension yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

image

kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  • Monday, February 26, 2018
  • by kartik-v
  • Repository
  • 13 Watchers
  • 84 Stars
  • 50,462 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 38 Forks
  • 9 Open issues
  • 11 Versions
  • 7 % Grown

The README.md

Krajee Logo
yii2-social
Donate

Stable Version Unstable Version License Total Downloads Monthly Downloads Daily Downloads, (*1)

Module that enables access to social plugins for Yii Framework 2.0. It includes support for embedding plugins from the following networks into your website:, (*2)

  • Disqus
  • Facebook
    • Like Button
    • Share Button
    • Send Button
    • Save Button
    • Embedded Posts
    • Embedded Videos
    • Follow Button
    • Comment Button
    • Page Plugin
  • Google Plus
    • Signin Plugin
    • +1 Button
    • Share Button
    • Follow Button
    • Page Badge
    • Person/Profile Badge
    • Community Badge
    • Embedded Posts
  • Google Analytics
  • Twitter
    • Share Button
    • Follow Button
    • Hash Tag Button
    • Mention Button
    • Embedded Posts/Tweets
    • Embedded Timeline
  • VKontakte
    • Comments Button
    • Embedded Post
    • Community/Group
    • Like Button
    • Recommendations
    • Poll Module
    • Authorization
    • Share Content
    • Subscribe
  • GitHub
    • Watch Button
    • Star Button
    • Fork Button
    • Follow Button
  • GitHubX
    • Watch Button
    • Star Button
    • Fork Button
    • Issue Button
    • Download Button
    • Follow Button

Installation

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

NOTE: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json., (*4)

Either run, (*5)

$ php composer.phar require kartik-v/yii2-social "@dev"

or add, (*6)

"kartik-v/yii2-social": "@dev"

to the require section of your composer.json file., (*7)

Usage

Module Configuration

You can view usage and demos on the module., (*8)

'modules' => [
    'social' => [
        // the module class
        'class' => 'kartik\social\Module',

        // the global settings for the disqus widget
        'disqus' => [
            'settings' => ['shortname' => 'DISQUS_SHORTNAME'] // default settings
        ],

        // the global settings for the facebook plugins widget
        'facebook' => [
            'app_id' => 'FACEBOOK_APP_ID',
            'app_secret' => 'FACEBOOK_APP_SECRET',
        ],

        // the global settings for the google plugins widget
        'google' => [
            'clientId' => 'GOOGLE_API_CLIENT_ID',
            'pageId' => 'GOOGLE_PLUS_PAGE_ID',
            'profileId' => 'GOOGLE_PLUS_PROFILE_ID',
        ],

        // the global settings for the google analytic plugin widget
        'googleAnalytics' => [
            'id' => 'TRACKING_ID',
            'domain' => 'TRACKING_DOMAIN',
        ],

        // the global settings for the twitter plugins widget
        'twitter' => [
            'screenName' => 'TWITTER_SCREEN_NAME'
        ],
    ],
    // your other modules
]

Disqus

VIEW DEMO, (*9)

Facebook

VIEW DEMO, (*10)

Google+

VIEW DEMO, (*11)

Google Analytics

VIEW DEMO, (*12)

Twitter

VIEW DEMO, (*13)

GitHub

VIEW DEMO, (*14)

GitHubX

VIEW DEMO, (*15)

License

yii2-social is released under the BSD-3-Clause License. See the bundled LICENSE.md for details., (*16)

The Versions

26/02 2018

dev-master

9999999-dev https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD-3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

15/03 2017

v1.3.3

1.3.3.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD-3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

16/08 2016

v1.3.2

1.3.2.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD-3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

19/07 2015

v1.3.1

1.3.1.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD-3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

13/02 2015

v1.3.0

1.3.0.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

10/11 2014

1.2.0.x-dev

1.2.0.9999999-dev https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

10/11 2014

v1.2.0

1.2.0.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

08/10 2014

1.1.0.x-dev

1.1.0.9999999-dev https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

08/10 2014

v1.1.0

1.1.0.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

05/10 2014

1.0.0.x-dev

1.0.0.9999999-dev https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter

05/10 2014

v1.0.0

1.0.0.0 https://github.com/kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

  Sources   Download

BSD 3-Clause

The Requires

 

social extension yii2 widget disqus facebook twitter