How do I set up Textchat?

Textchat puts a chat widget on your website so visitors can message you. This guide covers how to get your embed code and install it.



1. Get your Textchat code

  1. Open Textchat settings (you’ll need to be logged into Chekkit).
  2. Under Installation Code, click View next to Textchat Code.

Click View next to Textchat Code

A pop-up shows your embed code and short install tips. Copy the code.

Important: The widget only loads on domains listed under Allowed Websites in Textchat settings. Add your site there if it isn’t already.


2. Install the code on your website

Paste the widget code just above the closing </body>  tag on every page where you want Textchat to appear.

Jump to your platform:


WordPress

The fastest way to add Textchat site-wide is with the free Insert Headers and Footers plugin.

  1. Install and activate Insert Headers and Footers.
  2. Go to Settings → Insert Headers and Footers.
  3. Paste your Textchat code into Scripts in Footer.
  4. Save, then refresh your site to confirm the widget appears.

Wix

Wix also has official steps for custom code.

  1. Open your Wix site settings.
  2. Under Development & integrations, open Custom Code.
  3. Click + Add Custom Code, paste your Textchat snippet, and place it in Body - end.
  4. Publish your site.

Wix custom code settings

If Wix Chat is also showing, open the site editor, click the Wix Chat bubble, and delete it.


Squarespace

Squarespace also documents this under Code Injection.

  1. In the Home Menu, go to Settings → Advanced → Code Injection.
  2. Paste your Textchat code into the Footer section.
  3. Save and publish.

Shopify

  1. Go to Online Store → Themes → Edit code → Layout → theme.liquid.
  2. Paste your Textchat code just above the </body>  tag.
  3. Save, then refresh your storefront.

Webflow

  1. Open Project Settings → Custom code.
  2. Paste your Textchat code into the Footer code section.
  3. Save, then publish your site.

GoDaddy

GoDaddy uses a slightly different embed snippet. Don’t copy a generic code block from this article — get the GoDaddy version from your dashboard:

  1. Open Textchat settings and click View next to Textchat Code.
  2. Under Website builder, choose GoDaddy, then copy the code shown there.

Choose GoDaddy in the Textchat Code dialog

  1. In the GoDaddy website builder, hover over the + button and click Add Section.
  2. Choose Files & Web → HTML, then click Add.
  3. Paste the code you copied from Chekkit.
  4. Click Done, then publish your site.

How to remove Textchat

Any website

  1. Open your site’s code editor or the place you added the snippet.
  2. Find the Chekkit Textchat script. It usually looks like:
<script async defer src="https://chat.chekkit.io/v1/webchat.js"></script>

or includes:

window.parent.chekkitSettings = { app_id: 'YOUR APP ID' };
  1. Delete that entire block of code.
  2. Save and publish.
  3. Check your site in a private/incognito window to confirm the widget is gone.

By platform

  • WordPressSettings → Insert Headers and Footers (or Header & Footer Code Manager). Delete the code from Scripts in Footer and save. If you added it in theme files instead: Appearance → Theme File Editor → theme/footer.php, remove the script before </body> .
  • WixSettings → Advanced → Custom Code. Delete the snippet that includes chat.chekkit.io  or Chekkit, then publish.
  • SquarespaceSettings → Advanced → Code Injection. Remove the Chekkit script from Footer, then save and publish.
  • ShopifyOnline Store → Themes → Edit Code → Layout → theme.liquid. Delete the Chekkit code above </body>  and save.
  • WebflowProject Settings → Custom Code. Clear the Footer Code box, save, and publish.
  • GoDaddy — Edit the HTML section where you added Textchat, remove the script block, then Done → Publish.


Need help?

Email support@chekkit.io with your business name and we’ll take a look.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.