A prospective client asked me about having a cookie consent banner in AppGini applications.
For those of you developing apps outside of Brazil, there are numerous cookie banner generator options, many of which are free. I was able to generate mine in Javascript because Brazilian options are very expensive, and data protection laws are much stricter than international ones.
On my website, I placed it within the <head> tag in the Index, but in the AG, I have questions and would like to know which file would be ideal for making the JS call that will generate the cookie banner without causing any problems in the application.
Thank you and good luck!
Cookie consent banner
- Marcelo Vitoria
- Veteran Member
- Posts: 102
- Joined: 2016-10-11 12:08
Cookie consent banner
Marcelo Vitoria
Coding since 1982 !
Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br/eng
Coding since 1982 !

Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br/eng
Re: Cookie consent banner
You should probably place the script for generating the cookie consent banner in
hooks/footer-extras.php
between normal <script> ... </script>
tags.
- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
- Marcelo Vitoria
- Veteran Member
- Posts: 102
- Joined: 2016-10-11 12:08
Re: Cookie consent banner
OK, thanks
Marcelo Vitoria
Coding since 1982 !
Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br/eng
Coding since 1982 !

Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br/eng