Where is your code?
Open your widget in the panel; the "Install" button shows the installation code. It looks like this:
<script src="https://ucwidgets.com/wa/v1.js"
data-ucwa-key="YOUR-WIDGET-KEY" async></script>Where does it go?
The best spot is right above the closing </body> tag of your page template; inside <head> also works. The script loads async so it never blocks your page, and runs in a Shadow DOM so it never clashes with your design.
Per platform
- WordPress: see the detailed WordPress guide.
- Wix: paste under Settings › Advanced › Custom Code.
- Shopify: add above </body> in theme.liquid.
- Hand-written HTML: add once to each page's body.
How to verify
Refresh your site; the widget button appears bottom right. If not: check the code is on the domain you registered (the widget only runs there), clear any cache plugin, and make sure the code appears once per page.
Future changes
The code is added once. Every change you make in the panel (colors, modules, texts) goes live automatically without touching your site again.
All Pro features free for 14 days; no credit card, live with a single line of code.
Create a Free Account