Free live chat widget for your site
The tawk.to Live Chat app makes it easy to monitor and chat with visitors on your website. Be there when they need you with unlimited messaging, ticketing and your own Knowledge Base — all 100% FREE.
Compatible with all modern browsers, tawk.to was created in response to the growing need for businesses to respond in real time, with real people.
Never lose another lead or sale again — tawk.to offers iOS, Android, Windows and Mac OSX apps to keep you connected wherever you go.
Don’t have a tawk.to account yet? Create one here.
- Be sure Composer is installed. You can install it by entering in your website root directory and executing this command:
curl -sS https://getcomposer.org/installer | php
- If you already have Composer installed globally, you may replace
php composer.phar
withcomposer
. - If you have previously installed this extension from the archived repository, start by removing the old extension.
Install the extension by executing php composer.phar require tawk/tawk-magento-2
- Download the latest zip file here.
- Extract the package.
- Copy the contents to
<magento-installation-root-folder>/app/code/Tawk/Widget
folder of your website (create a new folder if necessary). - Install the dependency
tawk/url-utils
by executingphp composer.phar require tawk/url-utils
- Remove the extension by executing
php composer.phar remove tawk/widget
- Remove repositories from your Composer by executing the following commands:
php composer.phar config --unset repositories.tawk-url-utils
php composer.phar config --unset repositories.tawk
- Clear Composer cache by executing
php composer.phar clearcache
Remove the repository link for tawk/url-utils
, execute the following:
php composer.phar config --unset repositories.tawk-url-utils
php composer.phar clearcache
Once the extension is installed, you will need to execute the following command lines from your website root directory:
php bin/magento module:enable Tawk_Widget
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
- Go to
Dashboard
->System
->tawk.to widget
->Select your widget
. - Log in to your tawk.to account.
- Select the property and the widget you want to place on your store and click
Use selected widget
. - The widget will now appear on your store.
Visit our Help Center for answers to FAQs