Biskoui

Description

Biskoui is a Swiss consent management platform. This plugin adds the Biskoui consent banner to your WordPress site: enter your domain’s integration key in the Biskoui settings page and the banner is loaded on every page.

External service

This plugin relies on the Biskoui service, a third-party service operated by Biskoui (https://biskoui.ch/). When an integration key is configured, every page of your site loads the Biskoui SDK from https://static.biskoui.ch/sdk.js, and your integration key is passed to it. Visitors’ browsers then communicate with Biskoui to display the consent banner and record consent choices.

  • Service: https://biskoui.ch/
  • Terms of use: https://biskoui.ch/en/legal/terms-conditions/
  • Privacy policy: https://biskoui.ch/en/legal/privacy-policy/

Installation

  1. Upload the biskoui folder to /wp-content/plugins/, or install the plugin from the WordPress plugin directory.
  2. Activate the plugin from the Plugins menu.
  3. Open the Biskoui menu and enter your domain’s integration key.

FAQ

Where do I find my integration key?

See the installation guide: https://biskoui.ch/en/blog/biskoui-installation-guide-via-wordpress-plugin/

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Biskoui” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Biskoui” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2

  • Removed the bundled translation files; translations are now handled through translate.wordpress.org.

1.1

  • Declared the GPLv2 (or later) license and added a readme.txt.
  • Sanitized the integration key when it is saved.
  • Escaped all values printed on the settings page.
  • Added protection against direct file access.
  • Prefixed all function names with biskoui_.
  • Removed the unneeded load_plugin_textdomain() call; translations now load on init.
  • The Biskoui SDK is now loaded with wp_enqueue_script() (async, in the page head).
  • Set the minimum versions to WordPress 6.3 and PHP 7.4.

1.0

  • Initial release.