sharethis / magento-sharethis-sharebuttons
ShareThis Share Buttons for Magento
Installs: 3 624
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:magento2-module
This package is not auto-updated.
Last update: 2024-11-09 07:59:51 UTC
README
ShareThis Share Buttons is a tool that allows you to expand the reach of your content organically and grow your audience. Make it easy for your audience to share your content across the most popular social channels.
Features
- Choose from 40+ social channels: Facebook, Twitter, Email, LinkedIn, WhatsApp, Pinterest, Snapchat, Reddit, Tumblr, Digg, Flipboard, Meneame, Facebook Messenger, Odnoklassniki, Sina Weibo, Vk, Blogger, Xing, Mail Ru, Livejournal, Buffer, Douban, Evernote, Google Bookmarks, Gmail, HackerNews, Instapaper, Line, Pocket, QZone, Diaspora, Surfingbird, Refind, RenRen, Skype, Telegram, Threema, Yahoo Mail, WordPress, and Wechat
- Configure your buttons to stay anchored on the sidebar as visitors scroll or inline near your headline or product on the page for ideal visibility
- Customize the design including the alignment, size, and color to match your brand
- Increase social shares with our responsive, lightweight, code which loads asynchronously and won’t slow down your site.
- Select your preferred language from over 15 options: English, German, Spanish, French, Italian, Japanese, Korean, Portuguese, Russian, Chinese, Dutch, Arabic, Bengali, Hindi, Turkish, and Vietnamese.
Table of Contents
Installation
Installation via Composer
Installation via Composer is recommended.
composer require sharethis/magento-sharethis-sharebuttons php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
Installation via Github
Alternatively, you can install via cloning from Github.
mkdir -p app/code/ShareThis git clone git@github.com:sharethis-github/magento-sharethis-share-buttons.git app/code/ShareThis/ShareButtons composer install -d app/code/ShareThis/ShareButtons
Contributing
This repo comes with a built-in Docker-based development environment. First, clone the repo.
git clone git@github.com:sharethis-github/magento-sharethis-share-buttons.git
cd magento-sharethis-share-buttons
Add the host entry for site:
127.0.0.1 magento.local
Next, build Magento.
make prepare
Now that the containers are built, let's set up the admin:
make init
Once that's done, we can populate the site with sample data. This will take at least 20 minutes. Make sure you set your Docker resources high (8GB RAM at least).
make populate
NOTE: This command will ask for your Magento credentials. Visit https://marketplace.magento.com/customer/accessKeys/ and copy the
Public Key
andPrivate Key
in as theUsername
andPassword
respectively.
Once this is done, your store will be populated with sample data and you can log in with credentials populated from the MAGENTO_ADMIN_USERNAME
and MAGENTO_ADMIN_PASSWORD
values from the env
file.