Pixpa allows you to add a custom cookie consent bar to your website from a third party website – SilkTide, which enables users to give you consent for setting a cookie when they visit your website.
Copy this code:
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent --><script type="text/javascript">
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"","link":null,"theme":"dark-bottom"};
</script> <script type="text/javascript" src='//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js'></script>
<!-- End Cookie Consent plugin -->
To customize some of the options of the cookie consent bar, click here.
Embed the copied code in Pixpa Studio
- Go to the Settings page.
- Click on the External Scripts in the left sidebar.
- Under External Scripts to be included in body section, paste the above-copied code.
- Click on the Save button. That’s it.