Add a free chat widget to your website

Use this guide to install the Free TechlineHub chat widget on any website, including cPanel-hosted pages.

Webfriendly

Open File Manager, edit the target site page or footer template, and paste the snippet before </body>.

<script>
    window.TechlineChatConfig = {
        apiUrl: 'https://www.portal.techlinehub.com',
        businessProfileCode: 'YOUR_PROFILE_CODE',
        position: 'bottom-right',
        theme: 'light',
    };
</script>
<script src="https://www.portal.techlinehub.com/js/techline-chat-embed.js" crossorigin="anonymous"></script>
<div id="techlinehub-chat-widget"></div>
Replace YOUR_PROFILE_CODE with your actual profile code from the profile list. If embedding on another website, make sure apiUrl points to your chat host domain (for example https://techlinehub.com), not the host page domain.

Quick start steps

  1. Copy the snippet by clicking the button above.
  2. Open cPanel and go to File Manager or your site builder editor.
  3. Edit the page file where you want the widget to appear, or add it to your footer template.
  4. Paste the code just before the closing </body> tag.
  5. Save and refresh your website to confirm the widget is visible.