Implement the Cookie Policy
To insert the Cookie Policy in the content of a webpage please insert the script as shown below in the <body> of the page where you want it to be displayed.
<script id="CookiePolicy" src="https://policy.app.cookieinformation.com/cid.js" data-culture="EN" type="text/javascript"></script>
Example:
Implement the Privacy Controls
To insert the Privacy Controls in the content of a webpage, please insert the script as shown below in the <body> of the page where you want it to be displayed.
<div id="cicc-template"></div>
Make sure that Consent Pop-up is implemented before you implement the Privacy Controls, as it is necessary for the Privacy Controls to work.
Example:
Selecting the language
The data-culture="EN" is used to control the languages. To change the language, set the data-culture attribute to a different language code using the table below. Please make sure that the selected languages are enabled in the “languages and settings” under the specific consent solution.
Language Codes
Data-culture | Language | Data-culture | Language |
AR | Arabic | LT | Lithuanian |
BG | Bulgarian | LV | Latvian |
CA | Catalan, Valencian | MS | Malay |
CS | Czech | NB | Norwegian Bokmål |
DA | Danish | NL | Dutch, Flemish |
DE | German | PL | Polish |
EL | Modern Greek | PT | Portuguese |
EN | English | RO | Romanian |
ES | Spanish, Castilian | RU | Russian |
ET | Estonian | SK | Slovak |
FI | Finnish | SL | Slovene |
FR | French | SQ | Albanian |
HE | Modern Hebrew | SR | Serbian |
HI | Hindi | SV | Swedish |
HR | Croatian | TH | Thai |
HU | Hungarian | TR | Turkish |
ID | Indonesian | TW | Taiwanese |
IS | Icelandic | UK | Ukrainian |
IT | Italian | VI | Vietnamese |
JA | Japanese | ZH | Chinese |
KO | Korean |
Implement in WordPress
In order to show the Cookie Policy, you have to create a new page or navigate to an existing page where you want the Privacy Widgets to be displayed. In the text editor of the page, insert our Cookie Policy or Privacy Control script in the content (see below).
The Cookie Policy script:
<div><script type="text/javascript" id="CookiePolicy" src="https://policy.app.cookieinformation.com/cid.js" data-culture="EN"></script></div>
Remember to edit the data-culture to change the language.
The Privacy Controls script:
<div><div id="cicc-template"></div></div>
For the Cookie Policy and the Privacy Controls Widget to work properly in WordPress, you have to insert them into an extra <div>, as shown above.