Download the PHP package sharethis/magento-sharethis-sharebuttons without Composer
On this page you can find all versions of the php package sharethis/magento-sharethis-sharebuttons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sharethis/magento-sharethis-sharebuttons
More information about sharethis/magento-sharethis-sharebuttons
Files in sharethis/magento-sharethis-sharebuttons
Package magento-sharethis-sharebuttons
Short Description ShareThis Share Buttons for Magento
License proprietary
Informations about the package magento-sharethis-sharebuttons
ShareThis Share Buttons Magento Extension
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 Github
- Contributing
- Support
Installation
Installation via Composer
Installation via Composer is recommended.
Installation via Github
Alternatively, you can install via cloning from Github.
Contributing
This repo comes with a built-in Docker-based development environment. First, clone the repo.
Add the host entry for site:
Next, build Magento.
Now that the containers are built, let's set up the admin:
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).
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.