• Website Plugin / Stats Tool
HOSTINGER Instructions

Step 1

Within the builder, open the Add elements panel on the left, and drag and drop the embed code element to the desired place on your page:

server

Step 2

Click on the element to see more options: enter code, duplicate, change visibility, delete, resize, etc.:

server

Step 3

Click on Enter code, insert the code below, and click on Embed code:

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

Step 4

Finally, update your website for the changes to reflect online.

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