Docs/Installation Guides

Wix

Add custom code to the head on all pages.

Wix supports custom code through its settings, applied to all pages.

  1. 1
    Open Settings, then Custom code under Advanced.
  2. 2
    Add a new code snippet and paste it in.
  3. 3
    Set it to load on All pages, in the Head, then apply.
Tracking snippet
<script
  defer
  data-key="lw_xxxxxxxx"
  src="https://localwrangler.com/track.js"
></script>