Social Share Buttons Yii Extension

11:25 AM Unknown 1 Comments

All top social media share buttons like - facebook, twitter, linkedin and googleplus.

Requirements 

Tested with Yii 1.1.14

Install 

  • Download the latest release package
  • Unpack it in /protected/extensions/ folder

Usage 

Paste the code into your main.php page or also you can use this code as per your requirement.
$this->widget('application.extensions.SocialShareButton.SocialShareButton', array(
        'style'=>'horizontal',
        'networks' => array('facebook','googleplus','linkedin','twitter'),
        'data_via'=>'', //twitter username (for twitter only, if exists else leave empty)
));


Download 

Usual parameters to be adjusted: 

  • style: share button styles (string: vertical or horizontal).
  • social media: social network which you must have (facebook, twitter, googleplus, linkedin.);
  • data_via: You can specify your twitter username (string: rohisuthar).

1 comment :

  1. After fb share button click display only empty page...how to solve

    ReplyDelete