unetstudio / magento-2-social-share
Social share toolbar for Magento 2 site
Installs: 1 718
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 7
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.0|~7.0.0
- magento/framework: ~100.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.2
- phpdocumentor/phpdocumentor: ^2.8
- phpmd/phpmd: ^2.3
- phpunit/phpunit: ^4.8
- satooshi/php-coveralls: ^1.0
- sebastian/phpcpd: ^2.0
- squizlabs/php_codesniffer: ^2.5
This package is not auto-updated.
Last update: 2025-04-13 04:53:25 UTC
README
Social share toolbar for Magento 2 site
Install
The easiest way to install the extension is to use Composer.
Run the following commands:
$ composer require unetstudio/magento-2-social-share
$ php bin/magento module:enable Unet_SocialShare
$ php bin/magento setup:upgrade
$ php bin/magento setup:static-content:deploy
Enable
Go to Admin > Store > Configuration > Unet Studio > Social Share:
- In General section, set value of Global Mode to 'Yes' to enable share toolbar in all pages, else the share toolbar just show by a widget.
Features
-
Open graph meta for Facebook, Google Plus, Pinterest.
-
Twitter card meta.
-
Social share toolbar in the frontend.
-
Flexible toolbar widget for the custom page.
Configuration
You can easy to config for this extension, go to Admin > Store > Configuration > Unet Studio > Social Share.
The quick way to access configuration page, in Admin > Content > Unet Studio > Social Share.
Contributor's guide
View on Wiki of this repository.
Credit
-
Icon Font: We Love Icon Fonts | Github: https://github.com/TimPietrusky/weloveiconfonts.
-
Thank Van Anh for helping me to slice the toolbar and Walish Le for reviewing code.