Available Demo Implementations
Each of the following pages showcases a unique way to integrate and configure Osano's cookie consent banner. Click any option below to view a live implementation.
Recommended Installation
This demo shows the out-of-the-box Osano cookie banner with default settings. It provides full compliance coverage and is the preferred configuration.
View Recommended InstallationCSS Customized Installation
This demo demonstrates how to apply custom CSS styling to the Osano cookie banner while maintaining compliance. Features rounded corners, improved spacing, and hidden cookie widget.
View CSS Customized InstallationJavaScript API Consent Demo
This demo demonstrates how to use the Osano JavaScript API to dynamically update page content based on user consent preferences, with visual feedback based on consent status.
View JavaScript API DemoBanner Suppressed via JavaScript API
This demo hides the banner by default using Osano's JavaScript API, and then selectively reveals it based on jurisdiction. Not recommended for compliance-critical deployments.
View JS Suppression DemoBanner Suppressed via Third-Party API
This demo conditionally loads the cookie banner only in allowed regions by checking user IP data through a third-party API. Use with caution.
View 3rd Party Suppression DemoCustom CA Banner Example
This demo shows how to display custom consent banner text for California users only (or any jurisdiction you choose) using a simple script. Includes a copiable code block and instructions for customizing the logic.
View Custom CA Banner ExampleDrawer Text Replacement
This demo shows how to customize the category descriptions and labels in Osano's consent drawer for specific jurisdictions. Includes comprehensive examples for different regions and customization options.
View Drawer Text ReplacementCustom Privacy Policy Link
This demo shows how to replace the privacy policy link in Osano's consent banner with a custom URL for specific jurisdictions. Includes examples for different regions and customization options.
View Custom Privacy LinkConditional Script Variant
This demo shows how to conditionally load different Osano script variants based on user location using third-party API detection. California users get variant three, while all other users get the standard variant.
View Conditional Script VariantUS Banner Hide Example
This demo shows how to hide the Osano cookie banner for US users while keeping it visible for all other jurisdictions. Useful for sites that need different consent handling in the United States.
View US Banner Hide ExampleManage Preferences Hidden US
This demo shows how to hide the manage preferences button exclusively for US users while keeping it visible for all other jurisdictions. Uses jurisdiction detection to conditionally hide UI elements.
View Manage Preferences Hidden US