• Website Plugin / Stats Tool
Bluehost Instructions

Step 1

To begin, you will need to access the Bluehost Website Builder.

Step 2

From your Website Builder, click the + (Sections) icon and navigate through All Categories then select Custom HTML/CSS.

server

Step 3

Once you select Custom HTML/CSS, select the block section for you to start adding your HTML code.

server

Step 4

On this section, click the gear icon or the Edit Content button from the right side under the Custom HTML/CSS Settings tab.

server

Step 5

A field will pop-up where you can enter your HTML code, and you can also toggle between HTML to CSS and Javascript. Click on Javascript and add this code:

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

Step 6

Make sure to hit the Save button, once you're done.

server

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