WordPress Cookies
-
Doesn’t WordPress set cookies for comments? Users can’t register with my site, but when they comment, aren’t cookies set? How to get those to show up in Cookiebot?
-
Hi @timbruls
We do catch some dynamic cookies, but not all. Cookies set when writing comments are placed in the browser only when you make a comment. In order for Cookiebot to catch these, we would have to create random comments on your blog, which is not desirable.
If you have a blog, and you know that cookies are being set when writing comments, you can add these cookies manually in the Manager, under the Cookies menu.
That would be these then, right?
comment_author_{HASH}
comment_author_email_{HASH}
comment_author_url_{HASH}Found the info here:https://codex.wordpress.org/WordPress_Cookies
Guess I have to dive into the code to make them eligible for prior consent.
That would be these then, right?
comment_author_{HASH}
comment_author_email_{HASH}
comment_author_url_{HASH}That looks correct.
The latest WP 4.9.6 release has optin support for comment cookies.
A quick Google search lead me to this:
https://blogaid.net/wordpress-4-9-6-new-gdpr-tools/
Guess I have to dive into the code to make them eligible for prior consent.
If you are a coder, and have some plugins that you would like to enable prior consent for, we would be more than happy to get a contribution to our prior consent repository.
Manually added them in cookiebot. But they don’t show up in the cookie declaration on the page where i added the shortcode. Need I refresh that somehow?
Do they require prior consent? There is a checkbox to set them (or not) when commenting. So they are only set when commenting. Should they even be in Cookiebot then?
rescanned, now my google analytics cookies don’t show up any longer, luckily I like puzzles 😀
Do they require prior consent? There is a checkbox to set them (or not) when commenting. So they are only set when commenting. Should they even be in Cookiebot then?
The comment cookies are preference cookies and do not require consent. If they were collecting personal data then they would require consent. However, you should shown them in your cookie declaration.
rescanned, now my google analytics cookies don’t show up any longer, luckily I like puzzles
That’s weird. Try to scan it again, and let me know if your GA cookies are still not showing.
rescanned, now my google analytics cookies don’t show up any longer, luckily I like puzzles
Your site may not have been available at the time of the scan. If that was the case, only Cookiebot cookies and custom cookies will be available in the declaration.
-
This reply was modified 7 years, 11 months ago by
cookiebot.
-
This reply was modified 7 years, 11 months ago by
The topic ‘WordPress Cookies’ is closed to new replies.