MyBB Community Forums

Full Version: Accept Cookies Tutorial
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So this is a quick and simple tutorial on how to add an accept cookies bubble to display in your footer:
[Image: 10fc552.png]

How to install:

1. Go to AdminCP --> Templates & Style --> Your Style's Templates --> Footer Templates --> Footer
2. At the very end of the footer template add:
<link rel="stylesheet" type="text/css" href="http://yoursitehere.com/cookies-accept/main.css"/>
<script type="text/javascript" src="http://yoursitehere.com/cookies-accept/support-opt-in.js"></script>
<script type="text/javascript" src="http://yoursitehere.com/cookies-accept/require-opt-in.js" read_more="http://www.yoursitehere.com/privacy-policy"></script>

Then upload the folder cookies-accept to your server.

Edit the links to wherever the folder or contents are located on your server.
Thanks!
No Problem Smile
Awesome, but it doesn't show up on my forum?
Solved, but can I translate it?
nothing shows up on mine either

fixed now
This is showing up for me:
[Image: 50e610f91fabeb50033f90962606d036.png]

Doesn't work.
Have you added the images in the correct place and set the links in the <script> ?
All work's good but you must create a privacy policy page
[Image: qwjD1pi.png]



I am facing same error, how to fix that, any help please?

Huh