# Wix (https://talivia.com/docs/installation-guides/wix)



Use Wix custom code to load Talivia on every public page.




## Add custom code [#add-custom-code]

1. Open your Wix dashboard.
2. Go to the site's custom code or tracking tools area.
3. Add a new custom code snippet.
4. Paste the Talivia script.
5. Set it to load on all pages, near the end of the body.

```html
<script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
```

Replace the website ID. Copy it from Talivia Settings -> Tracking for the Wix domain you are measuring.

Publish the Wix site, open it in a browser, and verify the new visit in Talivia.
