Install guide · Custom code
Add compliance to a custom-coded site
On a hand-built or framework site, ComplyMo is a single script tag — ideally the first thing in your <head>.
Installation steps
1
Grab your snippet
Copy the one-line script and your site key from the ComplyMo dashboard.
2
Add it to <head>
Place it first in <head> (before analytics/GTM) so auto-block can gate trackers before they run.
3
Deploy
Ship your build — accessibility, GDPR, and cookies initialize on load.
4
Configure via API/dashboard
Manage everything from ComplyMo; the config updates live with no redeploy.
<script src="https://cdn.complymo.com/v1.js" data-site="site_9f2a…"></script>

