Skip to content

Install on WordPress

Last updated: March 18, 20265 min readBeginnerBrand

Install the Arqam360 WordPress plugin for zero-code setup. Just activate, paste your API key, and the consent banner appears. Or manually add the embed code to your theme's header.

1

Get your embed code

Copy your embed code from Settings → API Keys in your Arqam360 dashboard.

2

Open WordPress admin

Go to Appearance → Theme Editor or use a header injection plugin.

3

Add to header

Paste the script tag into your theme's header.php file, inside the <head> tag.

4

Save and verify

Save your changes and visit your site in an incognito window to verify the banner appears.

javascript
<!-- Add this to your WordPress header.php or header injection plugin -->
<script src="https://cdn.arqam360.com/widget-v2.js" data-key="YOUR_API_KEY"></script>
WordPress header injection
Adding the Arqam360 script to a WordPress header.
If you're using a caching plugin (WP Super Cache, W3 Total Cache, etc.), clear your cache after adding the script. Otherwise, the banner might not appear immediately.
We recommend using a header injection plugin like 'Insert Headers and Footers' by WPCode — it's safer than editing theme files directly and persists through theme updates.

Was this article helpful?