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
- Copy the snippet by clicking the button above.
- Open cPanel and go to File Manager or your site builder editor.
- Edit the page file where you want the widget to appear, or add it to your footer template.
- Paste the code just before the closing
</body>tag. - Save and refresh your website to confirm the widget is visible.
Embed code copied to clipboard.