How to install the ChatNeuron widget on HTML-сайт
Step-by-step guide to install the AI agent and chat widget on a HTML-сайт site. Copy the code from the dashboard and follow the steps below.
Insert before the closing body tag
- Copy the widget code from the dashboard → Widget
- Open the HTML file in an editor and find
</body> - Paste the code before that tag and upload the file to hosting
Example
<!DOCTYPE html> <html> <head> <title>Your site</title> </head> <body> <!-- Page content --> <!-- Copy the widget code from the NeuronChat dashboard: Widget → Install code --> </body> </html>
On a multi-page site, add the code to a shared template (footer/include), not to every page by hand.
Ready to install the widget on HTML-сайт?
Create an account, copy the code from the dashboard, and paste it on your site using the steps above.
Get your widget code in the ChatNeuron dashboard