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.
Open bot settings
Navigate to the WhisperBots section and click on your bot to open its settings.
Find the installation snippet
Scroll down the page to the Installation snippet section.
Copy the snippet
Click the Copy snippet button.
Paste into your HTML
Paste this code into your website's HTML, ideally just before the closing
</body>tag.

WooCommerce#
For WooCommerce, WhisperBot installation is currently a manual process.
Copy the snippet
Copy the installation snippet following the steps described above.
Paste into WordPress template
Paste the snippet into your WordPress theme template (usually found in the
footer.phpfile).