Integrations & Downloads
Biscotti CMP is available for all major platforms. Choose your platform and get started in minutes.
All integrations include:
GDPR, CCPA & TCF 2.3
Automatic Cookie Scan
44 Languages
Fallback Banner
All Platforms
Installation
- Download ZIP file
- WordPress Admin → Plugins → Add New → Upload Plugin
- Select and upload ZIP file
- Activate & enter API key
Installation
- Shopify Admin → Online Store → Themes → Actions → Edit Code
- Open the theme.liquid file in the Layout folder.
- Insert the Biscotti script directly after the opening <head> tag.
- <script>window.BiscottiConfig = { websiteId: "YOUR_WEBSITE_ID", apiUrl: "https://api.biscotti-cmp.com/api/v1" };</script>
- <script src="https://api.biscotti-cmp.com/scripts/biscotti-sfy.js"></script>
- <script src="https://api.biscotti-cmp.com/scripts/biscotti.min.js" defer></script>
- Replace YOUR_WEBSITE_ID with your Website ID from the Biscotti Dashboard
- Click on Save.
Installation
- PrestaShop Backend → Modules → Upload Module
- Upload ZIP file
- Configure module
- Enter API key from Biscotti Dashboard
Installation
- composer require biscotti-cmp/module-cmp
- bin/magento module:enable Biscotti_Cmp
- bin/magento setup:upgrade
- Enter API key in admin configuration
Installation
- Shopware Admin → Extensions → My Extensions
- Install Biscotti CMP plugin
- Activate plugin
- Configure API key
Installation
- Download ZIP file
- Joomla Admin → System → Install Extensions
- Upload ZIP file & activate
- Enter API key in plugin settings
Installation
- Add both script tags to the <head> section (boot shield loads first)
- <script src="https://api.biscotti-cmp.com/scripts/biscotti-boot.js"></script>
- <script>window.BiscottiConfig = { websiteId: "YOUR_WEBSITE_ID", apiUrl: "https://api.biscotti-cmp.com/api/v1" };</script>
- <script src="https://api.biscotti-cmp.com/scripts/biscotti.min.js" defer></script>
- Replace YOUR_WEBSITE_ID with your Website ID from the Biscotti Dashboard
- Done!
All plugins ship with a built-in fallback banner that keeps the consent flow functional even during server outages.