Changeset 1984636
- Timestamp:
- 12/03/2018 06:14:37 PM (7 years ago)
- Location:
- klaro-consent-manager
- Files:
-
- 2 edited
-
tags/1.1.4/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
klaro-consent-manager/tags/1.1.4/readme.txt
r1984627 r1984636 17 17 Klaro can manage both inline and external scripts as well as static tracking elements like images or stylesheet links. 18 18 19 = Features include: = 20 * 100% GDPR compliant 21 * Customisable cookie message using .po file (multi language support) 22 * Redirects users to modal for more cookie information and toggle individual scripts 23 * Custom link to Privacy Policy page 24 * Option to refuse deletion of functional cookies 25 * Option to review and edit user consent 26 * Option to reset the user consent 27 * Set the text and background collors 28 * Optimised for mobile as well as desktop browsers 29 * Can manage: inline and external scripts, images, stylesheets, links 30 * Allow users to have control of what scripts are loaded. 31 * Shortcode to review and reset consent from privacy policy page or any post/page 32 19 33 = How it Works = 20 34 To get started after install, create new Application (for internal or external scripts, images or stylesheets…) under Klaro Consent Manager / Add New. Enter script name and description, for example name it "Google Analytics" and enter description "Google Analytics is a freemium web analytics service offered by Google". Set purpose to "Analytics" . Publish Application than scroll at the bottom of the newly created App and copy code generated by the plugin. Code should look something like this: 21 35 <code> 22 36 <script type="opt-in" data-type="application/javascript" data-name="google-analytics"> 23 37 … … 25 39 26 40 </script> 27 41 </code> 28 42 So in your google analytics code leave your external script as it is and change only internal script, with the code you copied above. You should get something like this: 29 43 … … 41 55 [Demo URL][1] 42 56 [1]: https://wordpress.transformnews.com/ 43 44 = Features include: =45 * 100% GDPR compliant46 * Customisable cookie message using .po file (multi language support)47 * Redirects users to modal for more cookie information and toggle individual scripts48 * Custom link to Privacy Policy page49 * Option to refuse deletion of functional cookies50 * Option to review and edit user consent51 * Option to reset the user consent52 * Set the text and background collors53 * Optimised for mobile as well as desktop browsers54 * Can manage: inline and external scripts, images, stylesheets, links55 * Allow users to have control of what scripts are loaded.56 * Shortcode to review and reset consent from privacy policy page or any post/page57 57 58 58 = Important! = -
klaro-consent-manager/trunk/readme.txt
r1984627 r1984636 17 17 Klaro can manage both inline and external scripts as well as static tracking elements like images or stylesheet links. 18 18 19 = Features include: = 20 * 100% GDPR compliant 21 * Customisable cookie message using .po file (multi language support) 22 * Redirects users to modal for more cookie information and toggle individual scripts 23 * Custom link to Privacy Policy page 24 * Option to refuse deletion of functional cookies 25 * Option to review and edit user consent 26 * Option to reset the user consent 27 * Set the text and background collors 28 * Optimised for mobile as well as desktop browsers 29 * Can manage: inline and external scripts, images, stylesheets, links 30 * Allow users to have control of what scripts are loaded. 31 * Shortcode to review and reset consent from privacy policy page or any post/page 32 19 33 = How it Works = 20 34 To get started after install, create new Application (for internal or external scripts, images or stylesheets…) under Klaro Consent Manager / Add New. Enter script name and description, for example name it "Google Analytics" and enter description "Google Analytics is a freemium web analytics service offered by Google". Set purpose to "Analytics" . Publish Application than scroll at the bottom of the newly created App and copy code generated by the plugin. Code should look something like this: 21 35 <code> 22 36 <script type="opt-in" data-type="application/javascript" data-name="google-analytics"> 23 37 … … 25 39 26 40 </script> 27 41 </code> 28 42 So in your google analytics code leave your external script as it is and change only internal script, with the code you copied above. You should get something like this: 29 43 … … 41 55 [Demo URL][1] 42 56 [1]: https://wordpress.transformnews.com/ 43 44 = Features include: =45 * 100% GDPR compliant46 * Customisable cookie message using .po file (multi language support)47 * Redirects users to modal for more cookie information and toggle individual scripts48 * Custom link to Privacy Policy page49 * Option to refuse deletion of functional cookies50 * Option to review and edit user consent51 * Option to reset the user consent52 * Set the text and background collors53 * Optimised for mobile as well as desktop browsers54 * Can manage: inline and external scripts, images, stylesheets, links55 * Allow users to have control of what scripts are loaded.56 * Shortcode to review and reset consent from privacy policy page or any post/page57 57 58 58 = Important! =
Note: See TracChangeset
for help on using the changeset viewer.