PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.4.2
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.4.2
4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.5 3.6.6 3.7.0 3.7.1 3.8.0 3.9.0 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.2.0 4.2.1 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.7.1 4.3.8 4.3.9 4.3.9.1 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.5.8 4.5.9 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.7.0
cookiebot / src / view / admin / uc_frame / settings / embeddings-page.php
cookiebot / src / view / admin / uc_frame / settings Last commit date
additional-page.php 1 year ago embeddings-page.php 1 year ago gcm-page.php 1 year ago general-page.php 1 year ago gtm-page.php 1 year ago
embeddings-page.php
100 lines
1 <div class="cb-settings__config__head-section">
2 <div class="cb-settings__config__content">
3 <h3 class="cb-settings__config__subtitle">
4 <?php esc_html_e( 'Privacy Policy Sync', 'cookiebot' ); ?>
5 </h3>
6 <p class="cb-general__info__text">
7 <?php esc_html_e( 'Use our pre-defined, automatically generated embeddings to help you keep your Privacy Policy page in sync with your consent banner settings. This feature saves you time by automatically updating legally required information, so you don’t need to manually copy data into your Privacy Policy page. Once you’re done setting the options below, simply copy the code and paste it into your Privacy Policy page.', 'cookiebot' ); ?>
8 </p>
9 <input type="text" id="embedding-shortcode"
10 value="<?php echo esc_attr( '[uc_embedding class="gdpr" show-toggle="false" type="all"]' ); ?>">
11 <div class="cb-btn cb-main-btn" onclick="copyEmbedShortcode();" role="button" tabIndex="0">
12 <?php
13 esc_html_e(
14 'Copy shortcode',
15 'cookiebot'
16 );
17 ?>
18 </div>
19 </div>
20 </div>
21 <div class="cb-settings__config__item">
22 <div class="cb-settings__config__content">
23 <h3 class="cb-settings__config__subtitle">
24 <?php esc_html_e( 'Sync options for privacy legislations', 'cookiebot' ); ?>
25 </h3>
26 <p class="cb-general__info__text">
27 <?php esc_html_e( 'Select the legislation you want to automatically sync with your Privacy Policy page.', 'cookiebot' ); ?>
28 </p>
29 </div>
30 <div class="cb-settings__config__data">
31 <div class="cb-settings__config__data__inner">
32 <select name="cookiebot-embedding" id="cookiebot-embedding">
33 <option value="gdpr"><?php esc_html_e( 'GDPR', 'cookiebot' ); ?></option>
34 <option value="tcf"><?php esc_html_e( 'TCF', 'cookiebot' ); ?></option>
35 </select>
36 </div>
37 </div>
38 </div>
39 <div class="cb-settings__config__item">
40 <div class="cb-settings__config__content">
41 <h3 class="cb-settings__config__subtitle">
42 <?php esc_html_e( 'Sync options for data processing services (DPS) ', 'cookiebot' ); ?>
43 </h3>
44 <p class="cb-general__info__text">
45 <?php esc_html_e( 'Define what to include on your Privacy Policy page: DPS categories only, categories with their services, a single service, or detailed information on both categories and services. Choose based on the level of detail you want to display.', 'cookiebot' ); ?>
46 </p>
47 </div>
48 <div class="cb-settings__config__data">
49 <div class="cb-settings__config__data__inner">
50 <select name="cookiebot-embedding-type" id="cookiebot-embedding-type">
51 <option class="gdpr" value="all"><?php esc_html_e( 'Services (Default)', 'cookiebot' ); ?></option>
52 <option class="gdpr"
53 value="category"><?php esc_html_e( 'Categories and services', 'cookiebot' ); ?></option>
54 <option class="gdpr" value="category-only"><?php esc_html_e( 'Categories only', 'cookiebot' ); ?></option>
55 <option class="gdpr"
56 value="service-specific"><?php esc_html_e( 'Single service', 'cookiebot' ); ?></option>
57 <option class="tcf hide-option" value="purposes"><?php esc_html_e( 'Purposes', 'cookiebot' ); ?></option>
58 <option class="tcf hide-option" value="vendors"><?php esc_html_e( 'Vendors', 'cookiebot' ); ?></option>
59 </select>
60 </div>
61 </div>
62 </div>
63 <div id="cookiebot-embedding-single-service-container" class="cb-settings__config__item hide-container">
64 <div class="cb-settings__config__content">
65 <h3 class="cb-settings__config__subtitle">
66 <?php esc_html_e( 'Single Service ID', 'cookiebot' ); ?>
67 </h3>
68 <p class="cb-general__info__text">
69 <?php esc_html_e( 'Add the service ID that you want to display.', 'cookiebot' ); ?>
70 </p>
71 <p class="cb-general__info__note">
72 <?php esc_html_e( 'This feature is required.', 'cookiebot' ); ?>
73 </p>
74 </div>
75 <div class="cb-settings__config__data">
76 <div class="cb-settings__config__data__inner">
77 <input type="text" id="cookiebot-embedding-single-service">
78 </div>
79 </div>
80 </div>
81 <div id="cookiebot-tcf-toggle-container" class="cb-settings__config__item">
82 <div class="cb-settings__config__content">
83 <h3 class="cb-settings__config__subtitle">
84 <?php esc_html_e( 'Privacy toggles', 'cookiebot' ); ?>
85 </h3>
86 <p class="cb-general__info__text">
87 <?php esc_html_e( 'Define whether you want the privacy toggles to be enabled and displayed on your Privacy Policy page.', 'cookiebot' ); ?>
88 </p>
89 </div>
90 <div class="cb-settings__config__data">
91 <div class="cb-settings__config__data__inner">
92 <label class="switch-checkbox" for="cookiebot-tcf-toggle">
93 <input type="checkbox" name="cookiebot-tcf-toggle" id="cookiebot-tcf-toggle" value="1">
94 <div class="switcher"></div>
95 <?php esc_html_e( 'Enable privacy toggles', 'cookiebot' ); ?>
96 </label>
97 </div>
98 </div>
99 </div>
100