-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Duc Dao edited this page Apr 4, 2017
·
1 revision
Social share toolbar for Magento 2 site
Live demo on http://magento2.newbie-dev.net/
The easiest way to install the extension is to use Composer.
Run the following commands:
$ composer require unetstudio/magento-2-social-share
$ bin/magento module:enable Unet_SocialShare
$ bin/magento setup:upgrade && bin/magento setup:static-content:deploy
-
Open graph meta for Facebook, Google Plus, Pinterest.
-
Twitter card meta.
-
Social share toolbar in the frontend.
-
Flexible toolbar widget for the custom page.
You can easy to config for this extension, go to Admin > Store > Configuration > Unet Studio > Social Share.
-
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.