• Website Plugin / Stats Tool
IONOS Instructions

Step 1

Go to the Websites & Stores section of your IONOS account. If you have multiple MyWebsite Now projects, select the appropriate contract.

Step 2

In the tile with the name of your online project, click the Open MyWebsite Now button. You will find this tile on the right side of the browser window. The Presence Suite opens.

Step 3

Select the Web Page item in the left menu bar. The MyWebsite Now editor opens in a new window.

Step 4

In the left menu bar of the MyWebsite Now editor, select Settings > Head Code.

Step 5

Add this JavaScript code:

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

Step 6

Select a privacy option and complete your entry by clicking Save.

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