Overview
Add your Invent AI assistant to any Wix website with a floating bubble. Perfect for small businesses, portfolios, and e-commerce sites built on Wix.Installation
1
Open Wix Editor
Log in to your Wix account and open your site in the Wix Editor.
2
Add Custom Code
Click Settings in the left sidebar, then select Custom Code under Advanced.
3
Add Code to Body End
Click + Add Custom Code and paste this code:Replace
YOUR_ASSISTANT_ID
with your actual assistant ID.4
Configure Settings
- Name your code snippet (e.g., “Invent Assistant”)
- Select Load code once or Load code on each new page
- Choose Body - end as the placement
- Select All pages or specific pages
5
Apply and Publish
Click Apply, then Publish your site.
Customization
Match Your Wix Theme
Show on Specific Pages Only
In the Custom Code settings:- Instead of All pages, select Choose specific pages
- Pick the pages where you want the assistant to appear
- Click Apply
Wix Stores Integration
For Wix e-commerce sites, you can help customers with:- Product questions
- Shipping information
- Order tracking
- Size and fit guidance
Wix Multilingual Sites
The bubble automatically works with Wix multilingual sites. If your site supports multiple languages, the assistant will:- Detect the user’s language
- Respond in the appropriate language
- Maintain consistency across language versions
User Authentication
Security Requirement: When using any
user-*
attributes (user-id
, user-name
), you must also provide user-hash
. Both user-id
and user-hash
must be provided together, or neither should be provided. The user-hash
must be generated on your backend using HMAC-SHA256 with your assistant’s secret key. Never expose the secret key to the client.Tips for Wix
ADI & Editor X
Works with both Wix ADI and Editor X
Mobile Optimized
Automatically adapts to mobile views
Wix Bookings
Help customers book appointments
Wix Restaurants
Answer menu and ordering questions
Troubleshooting
Bubble not showing
Bubble not showing
Solutions:
- Ensure Custom Code is set to “Body - end”
- Check that “All pages” or correct pages are selected
- Verify assistant ID is correct
- Publish your site (preview mode may not show custom code)
Conflicts with Wix Chat
Conflicts with Wix Chat
Solutions:
- Disable Wix Chat if using Invent
- Go to Settings → Chat → Turn off
- Both can coexist but may overlap visually
Not working on mobile
Not working on mobile
Solutions:
- Ensure custom code is set to load on mobile
- Check mobile view settings in Wix
- Test in actual mobile device, not just preview
Wix Premium Required
Custom code functionality requires a Wix Premium plan (not available on free sites).