Plugin Directory

Changeset 1984636


Ignore:
Timestamp:
12/03/2018 06:14:37 PM (7 years ago)
Author:
damiroquai
Message:

version 1.1.4 readme

Location:
klaro-consent-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • klaro-consent-manager/tags/1.1.4/readme.txt

    r1984627 r1984636  
    1717Klaro can manage both inline and external scripts as well as static tracking elements like images or stylesheet links.
    1818
     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
    1933= How it Works =
    2034To 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>
    2236&lt;script type=&quot;opt-in&quot; data-type=&quot;application&#47;javascript&quot; data-name=&quot;google-analytics&quot;&gt;
    2337
     
    2539
    2640&lt;&#47;script&gt;
    27 
     41</code>
    2842So 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:
    2943
     
    4155[Demo URL][1]
    4256[1]: https://wordpress.transformnews.com/
    43 
    44 = Features include: =
    45 * 100% GDPR compliant
    46 * Customisable cookie message using .po file (multi language support)
    47 * Redirects users to modal for more cookie information and toggle individual scripts
    48 * Custom link to Privacy Policy page
    49 * Option to refuse deletion of functional cookies
    50 * Option to review and edit user consent
    51 * Option to reset the user consent
    52 * Set the text and background collors
    53 * Optimised for mobile as well as desktop browsers
    54 * Can manage: inline and external scripts, images, stylesheets, links
    55 * Allow users to have control of what scripts are loaded.
    56 * Shortcode to review and reset consent from privacy policy page or any post/page
    5757
    5858= Important! =
  • klaro-consent-manager/trunk/readme.txt

    r1984627 r1984636  
    1717Klaro can manage both inline and external scripts as well as static tracking elements like images or stylesheet links.
    1818
     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
    1933= How it Works =
    2034To 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 &quot;Google Analytics&quot; and enter description &quot;Google Analytics is a freemium web analytics service offered by Google&quot;. Set purpose to &quot;Analytics&quot; . 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>
    2236&lt;script type=&quot;opt-in&quot; data-type=&quot;application&#47;javascript&quot; data-name=&quot;google-analytics&quot;&gt;
    2337
     
    2539
    2640&lt;&#47;script&gt;
    27 
     41</code>
    2842So 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:
    2943
     
    4155[Demo URL][1]
    4256[1]: https://wordpress.transformnews.com/
    43 
    44 = Features include: =
    45 * 100% GDPR compliant
    46 * Customisable cookie message using .po file (multi language support)
    47 * Redirects users to modal for more cookie information and toggle individual scripts
    48 * Custom link to Privacy Policy page
    49 * Option to refuse deletion of functional cookies
    50 * Option to review and edit user consent
    51 * Option to reset the user consent
    52 * Set the text and background collors
    53 * Optimised for mobile as well as desktop browsers
    54 * Can manage: inline and external scripts, images, stylesheets, links
    55 * Allow users to have control of what scripts are loaded.
    56 * Shortcode to review and reset consent from privacy policy page or any post/page
    5757
    5858= Important! =
Note: See TracChangeset for help on using the changeset viewer.