• Website Plugin / Stats Tool
Wix Instructions

Step 1

Go to your Website Dashboard

First, head over to your Wix Dashboard that will look something like this.

server

Scroll down and select the Settings link:

server

Step 2

Next, scroll to the bottom of the Settings page to the Advanced section and choose Custom Code link.

server

Once here, choose a section to add your Javascript code snippet to. In our case we'll select the Head section and choose 'Add Code'

server

Step 3

Copy this code:

								
	<script src="https://letzchat.pro/firestoreconfig/plugin/letzchat.js"></script>
																																

Simply paste this into the Edit Custom Code section in your Wix Settings as follows:

server

Step 4

Finally, make sure to enable the custom code snippet you entered above once you Apply the snippet by turning on the toggle button for the snippet.

server

Step 5

That's it. After publishing your Wix changes, simply view your live site to verify your code snippet is active.

Test Translations

To test the translation on the page into a specific language, you can use the following code in the browser console:

	
    lzSwitchLanguage('fr');
			

Exclude Elements

If there are elements on your website that you do not want to be translated, such as certain text or code snippets, you can use the data-notranslate attribute. This attribute can be added to any HTML element to prevent it from being translated by the LetzChat Website Plugin. Here's how to use it:

																		
	<p data-notranslate><Your non-translatable content here.</p>
										

Validate Installation

Run this function in the browser console to validate proper installation of the LetzChat Script.

Upon initial install it will return 'stats'. This verifies installation. Once translations are enabled, it will return 'active'.

	
lzPlanStatus