← All platforms

Install FoxChat on Any HTML Site

Paste one snippet. Works everywhere.

1Copy your FoxChat code
<script>window.foxchatConfig={siteId:'YOUR_SITE_ID'};</script> <script src="https://getfoxchat.com/widget.js" data-site-id="YOUR_SITE_ID" async defer></script>

Replace YOUR_SITE_ID with your ID from the FoxChat dashboard.

2Open HTML

Open your main HTML file in a code editor.

3Paste before </body>

Paste just before the closing </body> tag.

4Deploy

Upload or deploy. Done.

Troubleshooting

Widget not showing?

Check browser console (F12). Script must be inside body.

Widget covering something?

Change position from your FoxChat dashboard.

Want to remove?

Delete the two script tags.