/wp-admin/admin-ajax.php & Cookie Issues
-
First of all, your plugin is really nice. I really liked it. The best “like button” plugin right now. However, there are some troubling issues.
/wp-admin/admin-ajax.php Issue
Why does your plugin use the example.com/wp-admin/admin-ajax.php url request? This is not good. I use many good quality plugins. None of them use this url requests. Why not use REST API (/wp-json/)? For example, the WPP (WordPress Popular Posts) plugin uses the /wp-json/ url requests. I think you should update your plugin this way.
Cookie Issue
When I activate the SetCookie option, separate cookies are created for each like. Why are they not collected in just 1 cookie? Each like increases the number of cookies. And these cookies may not be liked by users. Please resolve this issue. Because I don’t use the IP option for GDPR compliance. And nobody can register on my site. So I must use the SetCookie option. But I can’t use it that way. It negatively affects the user experience.
- The topic ‘/wp-admin/admin-ajax.php & Cookie Issues’ is closed to new replies.