-
Notifications
You must be signed in to change notification settings - Fork 2
Options
-
cookieCuttrCompatible - if you want to replace your current cookiecuttr implementation with CuttACookie set cookieCuttrCompatible to true in the options, and it should work out of the box.
-
cookieCutter - if you'd like to actively hide parts of your website set this to true, for example say you use a comments system that inserts cookies, you can put the div name in below to replace it with a cookie warning message.
-
cookieAnalytics - if you are just using a simple analytics package you can set this to true, it displays a simple default message with no privacy policy link - this is set to true by default.
-
cookieDeclineButton - if you'd like a decline button to (ironically) write a cookie into the browser then set this to true.
-
cookieAcceptButton - set this to true to hide the accept button, its set to false by default
-
cookieResetButton - if you'd like a reset button to delete the accept or decline cookies then set this to true.
-
cookieOverlayEnabled - don't want a discreet toolbar? this makes the whole message into a 100% height
-
cookiePolicyLink - if applicable, enter the link to your privacy policy in here - this is as soon as cookieAnalytics is set to false.
-
cookieMessage - edit the message you want to appear in the cookie bar, remember to keep the {{cookiePolicyLink}} variable in tact so it inserts your privacy policy link.
-
cookieAnalyticsMessage - edit the message you want to appear, this is the default message.
-
cookieWhatAreTheyLink - edit the link for the 'What are Cookies' link.
-
cookieErrorMessage - edit the message you'd like to appear in place of the functionality
-
cookieNotificationLocationBottom - this is false by default, change it to true and the cookie notification bar will show at the bottom of the page instead, please note this will remain at the top for mobile and iOS devices and Internet Explorer 6.
-
cookieDisable - list elements comma separated in here that you want to disable, this will only work if cookieCutter is set to true.
-
cookieAcceptButtonText - you can change the text of the green accept button.
-
cookieDeclineButtonText - you can change the text of the red decline button.
-
cookieResetButtonText - you can change the text of the orange reset button.
-
cookieWhatAreLinkText - you can change the text of the "What are Cookies" link shown on Google Analytics message.
-
cookiePolicyPage - set this to true to display the message you want to appear on your privacy or cookie policy page.
-
cookiePolicyPageMessage - edit the message you want to appear on your policy page.
-
cookieDiscreetLink - false by default, set to true to enable
-
cookieDiscreetLinkText - edit the text you want to appear on the discreet option.
-
cookieDiscreetPosition - set to topleft by default, you can also set topright, bottomleft, bottomright.
-
cookieDomain - empty by default, add your domain name in here without www. or https:// or http:// to remove Google Analytics cookies on decline.
-
cookieAcceptName : Name of "cookies accepted" cookie, default is "cc_cookie_accept".
-
cookieAcceptValue : Value of the "cookies accepted" cookie, default is "cc_cookie_accept".
-
cookieDeclineName : Name of "cookies declined" cookie, default is "cc_cookie_decline".
-
cookieDeclineValue : Value of the "cookies declined" cookie, default is "cc_cookie_decline".
-
cookieClickableOverlay : empty by default, set true to add a div with a onclick event for accepting cookies.
-
cookieClickableDiv : The id of a div to attach a accept onclick event to that div. Works in combination with cookieClickableOverlay. When empty a div "cc-cookies-bodywrapper" will be wrapped into the body.
-
cookieClickAnyLink : false by default, when true a onclick will be added to all links inside the page. Any link clicked inside the page will be seen as cookie acceptance
- Options:
- cookieAnalytics: true,
- cookieAnalyticsMessage: "message",
- cookieWhatAreTheyLink: '/insert-link/'
- Options:
- cookieAnalytics: false,
- cookiePolicyLink: '/insert-link/',
- cookieMessage: Message <a href="{{cookiePolicyLink}}" title="read about our cookies">read about them here</a>
- Options:
- cookieCutter: true,
- cookieAnalytics: false,
- cookiePolicyLink: '/insert-link/',
- cookieDisable: '.divnamehere'
- Options:
- cookieDeclineButton: true
- Options:
- cookieResetButton: true
- Options:
- cookiePolicyPage: true,
- cookieDeclineButton: true,
- cookiePolicyPageMessage: 'You can change the message here'
- Options:
- cookieDiscreetLink: true,
- cookieDiscreetPosition: "topright",
- cookiePolicyLink: "/privacy-policy/"
- Options:
- cookieNoMessage: true
- Options:
- cookieDomain: "yourdomainhere.com"