The-GNTL-Project / Exchange

https://exchange.gntl.co.uk
3 stars 0 forks source link

Create cookie acceptance form for users that have not consented. #82

Open sudoebm opened 3 years ago

sudoebm commented 3 years ago

To conform with GDPR we will need some way to allow consent for our cookie policy. (Currently in the works)

Something like: <script src="https://exchange.gntl.co.uk/terms" defer></script><script>window.addEventListener("load",function(){window.wpcc.init({"border":"thin","corners":"small","colors":{"popup":{"background":"#222222","text":"#ffffff","border":"#b3d0e4"},"button":{"background":"#b3d0e4","text":"#000000"}},"position":"top","content":{"href":"exchange.gntl.co.uk/terms","message":"GNTL uses cookies to enhance user experience, but it is ultimately your decision. "}})});</script>