Installing the WhisperBot

Learn how to easily install the WhisperBot on Shoptet and other platforms.

Updated: 3 June 2026

To display WhisperBot on your website, you need to install it first. The process varies slightly depending on the e-commerce platform you are using.

Shoptet (Automatic Installation)#

If you connected Shoptet using the Marketplace addon, the installation is completely automatic.

  • You do not need to copy any code.
  • Simply use the Enable/Disable toggle on the WhisperBots page to easily show or hide WhisperBot on your store.

Other Platforms (Snippet Installation)#

For most other platforms (e.g., Shopify or custom solutions), you will use a short installation snippet.

  1. Open bot settings

    Navigate to the WhisperBots section and click on your bot to open its settings.

  2. Find the installation snippet

    Scroll down the page to the Installation snippet section.

  3. Copy the snippet

    Click the Copy snippet button.

  4. Paste into your HTML

    Paste this code into your website's HTML, ideally just before the closing </body> tag.

Copying the installation snippet
The installation snippet section in WhisperBot settings

WooCommerce#

For WooCommerce, WhisperBot installation is currently a manual process.

  1. Copy the snippet

    Copy the installation snippet following the steps described above.

  2. Paste into WordPress template

    Paste the snippet into your WordPress theme template (usually found in the footer.php file).

Back to home