Justoverclock I all, i'm about to create a new popup for cookie /gdpr. How can I load the external js into Flarum?
010101 Justoverclock The easiest options would be to use this: https://discuss.flarum.org/d/25907-html-head-items Or, put the code in the custom footer box in your admin settings.
Justoverclock not work if i put <script src="path-to-file.js"></script> <div id="cookie-popup"> <p>COOKIE POLICY</p> <p>In order to give you the best browsing experience this website uses cookies. By continuing to browse you accept that.</p> <button>ACCETTA E CHIUDI</button> </div>
Justoverclock Very simple file $("#cookie-popup button").click(function() { $("#cookie-popup").fadeOut(); });