This October CMS plugin allows you to display your Iubenda privacy/cookie policy on your website. The policy is downloaded and cached every day, ensuring the latest version is served to your users, and caching minimizes wait times.
You must have a PRO subscription attached to your privacy policy in order to access the API.
Setting | |
---|---|
Policy ID | Your public Iubenda policy ID provided by your privacy policy embedding options. |
Remove JavaScript | By default, the Iubenda policy content has inline JavaScript present, which can cause issues when using a CSP. Enable to reomve inline JavaScript. |
Cookie Solution | Paste your Iubenda cookie policy here to embed it using an October CMS component. |
Each time you save the settings, the policy is removed from the cache and re-downloaded.
Your Iubenda policy ID, which can be obtained from your embedding code on the Iubenda dashboard.
These components are also available as snippets for the Static Pages plugin.
The iubendaPrivacyPolicy
component allows your privacy policy to be displayed on any page.
title = "Privacy Policy"
url = "/privacy"
[iubendaPolicy]
==
{% component 'iubendaPrivacyPolicy' %}
The iubendaCookiePolicy
component allows your cookie policy to be displayed on any page.
title = "Cookie Policy"
url = "/cookies"
[iubendaCookiePolicy]
==
{% component 'iubendaCookiePolicy' %}
The iubendaCookieSolution
component allows your cookie solution embed code to be displayed on any page.
If you place this component in a layout, your cookie solution will display on every page that uses the layout.
{% component 'iubendaCookieSolution' %}
If there is an error when retrieving the policy, generic error messages will displayed in place of a policy. Extra information is logged in the backend.
These can be used for finding issues with policy retrieval, or for automating the download if you don't use the built-in scheduler.
iubenda:update
- Downloads a fresh version of the policy.
iubenda:forget
- Remove the cached policies.
- 1.1.4 - Bug fix, and ability to remove javascript from policy content
- 1.1.3 - Added support for static pages snippets
- 1.1.2 - Added basic support for cookie solution
- 1.1.1 - Removed incompatible policy style setting
- 1.1.0 - Renamed plugin & cleaned up code
- 1.0.4 - Added support for cookie policy
- 1.0.3 - Localization improvements
- 1.0.2 - Refactored code
- 1.0.1 - First version
- Add support for additional Iubenda services.