Articles on: Install Clym

Craft CMS plugin

Clym CMP for Craft CMS


Integrate the Clym consent and accessibility widget into your Craft CMS site. Once configured, the Clym widget is automatically injected into every front-end page.



Requirements




Installation



Run the following command in your Craft project root:


composer require clymio/craft-clym-cmp


Then install the plugin in Craft:


php craft plugin/install clym-cmp


Via the Craft Plugin Store


  1. Go to your Craft control panel
  2. Navigate to Settings → Plugins
  3. Search for Clym CMP
  4. Click Install



Configuration


  1. In the Craft control panel, go to Settings → Plugins → Clym CMP → Settings
  2. Enter your Widget ID in the field provided
  3. Click Save


Your Widget ID can be found in your Clym Control Center at auth.clym.io.



Verification


Visit any front-end page of your site and view the page source. You should see the following two script tags immediately after the opening <head> tag:


<script src='https://config.clym-widget.net/v2/YOUR-WIDGET-ID.js'></script>
<script src='https://widget-next.clym-sdk.net/v2/stub.js' data-property='YOUR-WIDGET-ID'></script>



Uninstalling


Go to Settings → Plugins → Clym CMP and click Uninstall. All plugin settings will be removed automatically.



Support



Updated on: 13/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!