Add the smart chat widget to your website in simple steps
Thikaa widget works with any website regardless of the technology used. Plain HTML, WordPress, Shopify, Squarespace, Wix, or any other platform.
Copy the following code and add it before
in your website
<!-- Thikaa Chat Widget --> <script> window.THIKAA_CONFIG = { tenant_id: 'your_tenant_id', platform: 'website' }; </script> <script src="https://thikaa.com/salla-app/widget.js" async></script>
You can customize the widget using the following settings:
| Option | Description |
|---|---|
tenant_id |
Your unique Thikaa account identifier |
platform |
Specify platform type for additional features |
position |
Right or left side of screen |
lang |
ar for Arabic, en for English |
primary_color |
Color code for widget |
welcome_message |
Message shown when chat opens |
<!-- Thikaa Chat Widget - Full Configuration --> <script> window.THIKAA_CONFIG = { tenant_id: 'your_tenant_id', platform: 'website', position: 'right', lang: 'ar', primary_color: '#9333ea', welcome_message: 'مرحباً! كيف يمكنني مساعدتك؟' }; </script> <script src="https://thikaa.com/salla-app/widget.js" async></script>
Register on Thikaa platform to get your tenant ID
Screenshot will be added soon
From dashboard, go to Widget Settings and copy the code
Screenshot will be added soon
Paste the code in your website files according to your platform
Customize the widget from dashboard and start receiving chats
Add code directly before in HTML file
Use Insert Headers and Footers plugin or add in footer.php
Go to Online Store > Themes > Edit Code > theme.liquid and add before
Go to Settings > Advanced > Custom Code and add the code
Go to Settings > Advanced > Code Injection and add in Footer
Go to Project Settings > Custom Code > Footer Code
For developers: you can control the widget programmatically
window.ThikaaWidget.open();
window.ThikaaWidget.close();
window.ThikaaWidget.toggle();
window.ThikaaWidget.send('Hello!');
Make sure code is directly before and tenant ID is correct
Check Console for errors and ensure internet connection works
Try changing widget position from right to left or vice versa
Widget is isolated in iframe and not affected by site styles
No, the widget loads asynchronously and does not affect site speed
Yes, the design is fully responsive and works on all devices
Yes, you can add a condition to load code only on required pages
Yes, all connections are encrypted via HTTPS and data is protected
Create your account now and add the widget to your site