Prepare
Don't forget to add the html codes of cookies box on the html page you want to use.
Trigger
Trigger cookies box with
CookiesBox();
javascript code.
Also you can trigger it with a delay time.
Example : Trigger with 3 seconds delay.
CookiesBox(3000);
Cookies Box shows everytime when the page loaded until the user accept cookies policy.