开发者 | matthias.wagner |
---|---|
更新时间 | 2024年7月16日 18:16 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Many popular Cookie-Notice-Plugins will fail if you try to set them up together with server-side caching plugins. That is because they check the opt-in cookie in PHP, which will be cached. This plugin works differently, since the whole logic happens in JavaScript. So everything can be cached server-side without any troubles for the opt-in process.
Look for "Cookie-Optin & JS" in your Settings-Tab in the WordPress dashboard.
This plugin will put your JavaScript code into the or section of your website. For each section you can decide if you want to have code there all the time or only after opt-in. So this can be used as an all-in-one solution for placing website-wide JavaScript used for tracking and so on in your website. Since this is done after page load it will also have a good impact on website speed.
Yes, we provide a shortcode for that which enables the same functionality as for the head or body scripts.
Yes, we provide a shortcode which will display a button to revoke. Additionally, you can define the name of cookies which you want to unset when a user clicks this revoke button.
So far we only support polylang. If you use polylang, you can translate the strings which will be visible in the banner in the "Strings translations" settings from polylang. If you use any other plugin or want to change texts and settings programmatically, you can use actions and filters like described in our documentation
We will do our best to answer them in the support threads.