How to integrate SiteBot24 with Chatbot for Custom HTML Website – Framework-free Integration
Try SiteBot24If you have a static HTML website or any web platform that allows you to add HTML code, installing SiteBot24 is straightforward.
Open your HTML file and add the SiteBot24 widget code just before the closing </body> tag:
<!DOCTYPE html>
<html>
<head>
<!-- your existing head content -->
</head>
<body>
<!-- your existing body content -->
<!-- SiteBot24 widget - paste your code here -->
<script>
// Your SiteBot24 widget code
</script>
</body>
</html>
For a multi-page site, add the code to every page where you want the chatbot to appear. If all your pages share a common footer file (common in server-side templating), add it there once.
Add the widget code to _includes/footer.html or your main layout file in _layouts/default.html, just before </body>.
Add to layouts/partials/footer.html.
Add to your layout component or _document.js/_app.js.
Add to your base layout component.
Use the "Insert Headers and Footers" plugin and add to Footer Scripts. Or edit your theme's footer.php.
Go to Extensions → Templates → your template → Edit. Add to the footer area of index.php.
Use the "HTML Injector" module or edit your theme's template files.
The SiteBot24 widget:
After adding the code:
By default, the chat button appears in the bottom-right corner. To customize position, use the SiteBot24 admin panel under Settings → Widget Appearance.
Once the widget is installed: