Getting Started
-
Hi, I’m just getting started using this plugin. I’m a solo blogger managing just one site. I don’t have a forum or anything like that, so no users, just social media followers and email subscribers. I do have some plugins installed that could present issues for GDPR like Jetpack and Google Analytics Dashboard for WP. I have some questions:
1. Is it possible to have your plugin only operate for Europeans so I can keep the browsing experience as simple as possible for the rest of the world?
2. I set up a consent for analytics and cookie _ga to match your code below (it’s the javascript version, the php version provided crashed my site for some reason?). I put the code below into my functions.php file. I then opened a Chrome incognito tab. But the _ga cookie still loaded. Suggestions?
if ( ! has_consent( 'analytics' ) || ! is_allowed_cookie( '_ga' ) ) {
window['ga-disable-UA-XXXXXXXX-X'] = true; // Don't forget to replace X for your actual UA numbers.
}3. What will your extensions do that isn’t already possible with your basic plugin?
4. Many other plugins, third parties, and wordpress itself are supposedly going to become GDPR compliant. Does this mean there will be popups or stripes from them as well as your plugin, or can your plugin somehow overide this and take master control of consent and cookies? I just want to avoid inundating site visitors with consent requests… thoughts?
5. I noticed the stripe on your own site reads, “This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.” But doesn’t GDPR require site visitor to opt in intentionally, not just continue browsing? I’m assuming it’s because you could have some non essential cookies/consents that they can turn on by clicking on preferences and sliding the switch, but I can’t imagine users doing this… I was thinking there would be a large consent button they click and after that, non-essential cookies are allowed to load. Can you please explain your logic here?
6. At one point while I was testing a full screen message came up saying I had to agree to changed terms of service. Does this come up when I make a change and the GDPR cookie and so the one loaded into their browser has to be updated? Couldn’t it just be a strip again rather than a full page? I’m concerned this full page warning will turn site visitors away.
7. Is there some service you provide to set up sites to properly use your plugin. Any estimate approximately what this costs for a small blog?
Your plugin looks great to me so far, I’m really hopefully it will help me get through this GDPR mess!
Thanks,
Sam
The topic ‘Getting Started’ is closed to new replies.