• Website Plugin / Stats Tool
GoDaddy Instructions

Step 1

Go to your GoDaddy product page.

Step 2

Scroll to Websites + Marketing and select Manage next to your website to open your site.

Step 3

Select Edit Website or Edit Site to open your website builder.

Step 4

Go to the page and location you want to add your custom code, and add a section.

Step 5

Search for the HTML section and select Add.

Step 6

Paste or write this code into the Custom Code field.


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

Step 7

Your changes are saved automatically. Use Preview to see the results and when you're ready to make the changes public, publish your site.

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