Yii extension for all social media share buttons like - facebook, twitter, linkedin and googleplus.
Tested with Yii 1.1.14
- Download the latest release package
- Unpack it in /protected/extensions/ folder
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'=>'rohisuthar', //twitter username (for twitter only, if exists else leave empty)
));
http://www.yiiframework.com/extension/social-share-button/
- 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: yiiexperts)