# Loading into Wix

### **Integration steps of a JavaScript in Wix**

Option 1: Integration via the "Settings" > "Custom Code" tab

1. Log in to your Wix account and access your dashboard.
2. In the left-hand menu, click on Settings > Custom Code.
3. Click on Add Custom Code.
4. Paste the JavaScript script into the provided field:

```
<script type="text/javascript" src="https://cache.consentframework.com/js/pa/XXXXX/c/yyyyy/stub"></script>
<script type="text/javascript" src="https://choices.consentframework.com/js/pa/XXXXX/c/yyyy/cmp" async></script>
```

Set:

* Name of the code (e.g., "Sirdata CMP").
* Pages on which the script should run (recommended: "All pages").
* Script location: choose \<head> according to your provider's recommendations.
* Activation condition: on each page load.

Click Apply.
