Design your smart chat widget and add it to your website from the Widget Designer
Thikaa widget works with any website regardless of the technology used. Plain HTML, WordPress, Shopify, Squarespace, Wix, or any other platform.
The Widget Designer is an all-in-one tool that lets you customize your chat widget, preview it live, and get the installation code, all from a single page.
Select bot, display name, theme color, button style, widget position, behavior, and language
See exactly how the widget will look on your website in real time
API Key, allowed domains, rate limits, and embed code
From the admin dashboard, click "Bot Hub" in the top bar
In the Bot Hub, click the "Widget Designer" card to open the Widget Designer page
In the right panel "Widget Customization", select the bot that will power your website widget, then customize the theme color, button style (square/rounded/circle), and widget position. See changes live in the preview.
In the left panel "Installation Code": copy your API Key, add your website domain under "Allowed Domains", and set rate limits. Then click "Save Settings".
At the bottom of the Installation Code panel, choose the embed method: "HTML >" for direct code or "WordPress" for the WP plugin. Copy the code and paste it in your website before
.
<!-- Thikaa Chat Widget --> <script> (function() { var s = document.createElement('script'); s.src = 'https://thikaa.com/thik_tenant_YOURSTORE/embed/widget-loader.js?key=YOUR_API_KEY'; s.async = true; document.body.appendChild(s); })(); </script>
| Select Bot | Choose any of your bots to power the widget |
| Bot Display Name | The name visitors see in the chat window |
| Theme Color | Primary widget color (e.g., #0891b2) |
| Button Style | Square, Rounded, or Circle |
| Widget Position | Top-right, Top-left, Bottom-right, or Bottom-left |
| Welcome Message | The message shown when chat opens |
| Auto-open on page load | Toggle on/off |
| Show notification badge | Toggle on/off |
| Language | Choose widget language (Arabic, English, etc.) |
| Sound Settings | Enable notification sounds, choose sound type and volume level |
| API Key | Unique widget key (e.g., 0bd7a0e157_t96v8k). You can copy or refresh it. |
| Allowed Domains | Add your website domain (e.g., example.com). Use * to allow all domains. Separate with comma for multiple domains. |
| Rate Limits | Tokens (100K default), Per Day (1000), Per Hour (100) |
Copy the code from the "HTML >" tab in Widget Designer and paste before in your HTML file
Use the "WordPress" tab in Widget Designer to download the plugin, or paste the HTML code in footer.php or via Insert Headers and Footers plugin
Copy the HTML code from Widget Designer, then go to Online Store > Themes > Edit Code > theme.liquid and paste before
Copy the HTML code from Widget Designer, then go to Settings > Advanced > Custom Code and paste the code
Copy the HTML code from Widget Designer, then go to Settings > Advanced > Code Injection and paste in Footer
Copy the HTML code from Widget Designer, then go to Project Settings > Custom Code > Footer Code
Make sure the code is directly before , that your API Key is correct and active, and that your website domain is added in "Allowed Domains" in Widget Designer
Make sure an active bot is selected in Widget Designer, and check the browser Console for errors
Change the widget position from Widget Designer (top-right/left or bottom-right/left)
Review the rate limit settings in the "Installation Code" panel in Widget Designer and increase as needed
No, the widget loads asynchronously and does not affect site loading speed
Yes, the design is fully responsive and works on all devices and screens
Yes, from Widget Designer you can change the color, button style, position, welcome message, sound, and language with live preview
Yes, all connections are encrypted via HTTPS. Allowed Domains prevent the widget from being used on unauthorized sites.
In Widget Designer, the left panel "Installation Code" - the API Key is shown with an "Active" badge and you can copy or refresh it
Our team is ready to help you set up the widget on your website