All plugins
ClarityGDPRPrivacybeta · v2.0.10

Clarity Consent Auto

Automatically grants Microsoft Clarity consent on internal and corporate sites.

Overview

Clarity Consent Auto is a lightweight consent layer that sits on top of the official Microsoft Clarity plugin. It automatically applies Ad Storage and Analytics Storage consent without touching Clarity's own configuration — meant for protected, corporate sites where cookie acceptance isn't strictly required under GDPR. It is not a replacement for Microsoft Clarity: both plugins need to be installed and active.

Key features

  • Automatic consent management for Microsoft Clarity.
  • Works as a layer on top of the official Microsoft Clarity plugin.
  • Configurable Ad Storage and Analytics Storage consent.
  • Automatic Project ID detection from an existing Clarity installation.
  • Multi-language support (English and Italian included).
  • Zero interference with Microsoft Clarity's own functionality.
Quick install
1# Requires the official Microsoft Clarity plugin, installed and configured
2cd wp-content/plugins
3git clone https://github.com/gioxx/clarity-consent-auto
4# Activate 'Clarity Consent Auto' and set your consent preferences under Settings > Clarity Consent
WordPress min6.0+
PHP compat7.4+

You can install this plugin manually over SSH — connect to your server and run these commands inside your wp-content/plugins directory:

SSH
1wget -O clarity-consent-auto-2.0.1.zip "https://github.com/gioxx/clarity-consent-auto/archive/refs/heads/main.zip"
2unzip clarity-consent-auto-2.0.1.zip
3rm -rf clarity-consent-auto/
4mv gioxx-clarity-consent-auto-*/ clarity-consent-auto/
5rm clarity-consent-auto-2.0.1.zip

Alternatively, download the ZIP above and upload it from Plugins → Add New → Upload Plugin in your WordPress dashboard, or via FTP/SFTP.

Other plugins