https://github.com/coderius/yii2-goodshare-widget
yii2 widget for sharing social buttons in website.
https://github.com/coderius/yii2-goodshare-widget
Last synced: about 1 month ago
JSON representation
yii2 widget for sharing social buttons in website.
- Host: GitHub
- URL: https://github.com/coderius/yii2-goodshare-widget
- Owner: coderius
- License: mit
- Created: 2019-11-19T13:41:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T19:45:01.000Z (over 5 years ago)
- Last Synced: 2025-08-01T03:11:36.788Z (11 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Goodshare widget for Yii2
=========================
[](LICENSE.md)
## About.
Using this widget, adapted for use in Yii2 framework, you can easily place social share buttons on your website. Easy to install and configuring on any of your Yii2 website!
The widget is based on the plugin [goodshare.js](https://github.com/koddr/goodshare.js)
### Supported providers list.
##### Social networks providers with share counter.
- Vkontakte,
- Facebook,
- Odnoklassniki,
- MoiMir,
- LinkedIn,
- Tumblr,
- Pinterest,
- Reddit,
- Buffer,
##### Social networks providers without share counter.
- Twitter,
- LiveJournal,
- Evernote,
- Delicious,
- Flipboard,
- Pocket,
- Mix,
- Meneame,
- Blogger,
- Instapaper,
- Digg,
- LiveInternet,
- Surfingbird,
- Xing,
- WordPress,
- Baidu,
- RenRen,
- Weibo,
##### Mobile messengers providers.
- SMS,
- Skype,
- Telegram,
- Viber,
- WhatsApp,
- WeChat,
- Line
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require coderius/yii2-goodshare-widget:"@dev"
```
or add
```json
"coderius/yii2-goodshare-widget" : "@dev"
```
to the require section of your application's `composer.json` file.
## Usage
## Testing
``` bash
$ phpunit
```
## Further Information
Please, check the [Goodshare.js plugin github](https://github.com/koddr/goodshare.js) documentation for further information about its configuration options.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
- [Sergio Coderius](https://github.com/coderius)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
Web development is cool!
[coderius.biz.ua](https://coderius.biz.ua)