Install with Custom HTML
Last updated: March 18, 20263 min readBeginnerBrandDeveloper
The simplest installation method — just add one script tag to your website's HTML. This works with any website, regardless of the platform or framework.
1
Copy your embed code
Get your embed code from Settings → API Keys in the dashboard.
2
Add to your HTML
Paste the script tag inside the <head> section of every page.
3
Verify
Open your site in an incognito window to confirm the banner appears.
javascript
<script src="https://cdn.arqam360.com/widget-v2.js" data-key="YOUR_API_KEY"></script>Always place the script in the <head> tag, not at the bottom of the <body>. The consent banner needs to load before other tracking scripts to properly manage consent.
Verify Installation
Open your browser's developer console (F12) and check for any errors. You should see the Arqam360 widget initialize in the console logs.
Was this article helpful?