BoatApps Cookie Baker

תיאור

BoatApps Cookie Baker provides an accessible consent banner and blocks configured optional scripts and embeds until the visitor grants the appropriate consent category.

  • Equal Accept, Reject and Settings choices.
  • Necessary, functional, analytics and marketing categories.
  • Consent withdrawal and a reusable settings button.
  • Automatic consent renewal after material category, purpose, service or blocking changes.
  • First-party, local preference storage with no traffic limits.
  • Definitions for Google Analytics, Tag Manager, Meta Pixel, YouTube, Vimeo and Maps.
  • Custom blocking patterns and Google Consent Mode v2.
  • Accessible keyboard navigation, responsive layouts and local diagnostics.
  • Live banner preview and safe restore-to-defaults control.
  • WordPress gettext support plus a documented translation API for multilingual add-ons.
  • No external account, telemetry or cloud service is required for consent management.
  • Optional Freemius connection for product updates and add-on licensing, with a clearly presented Skip option.

Cookie Baker is a technical tool and does not constitute legal advice. Website owners remain responsible for identifying technologies, choosing lawful settings and maintaining their privacy documentation.

External services

Cookie Baker's consent banner, preference storage and script blocking run locally on the WordPress website and do not require a BoatApps account.

The plugin includes the Freemius SDK for optional product update notifications, account management and licensing of separately distributed add-ons. On activation, an administrator can choose whether to share installation information with Freemius or select Skip. Refusing the connection does not disable Cookie Baker Free's consent features.

If the administrator opts in, Freemius may receive the information listed on its permission screen, including basic administrator profile, website and WordPress environment information. This communication is governed by the Freemius Privacy Policy and Freemius Terms.

Cookie Baker also contains local matching definitions for Google Analytics, Google Tag Manager, Meta Pixel, YouTube, Vimeo and Google Maps. These definitions are text patterns used to recognize and block scripts or embeds already added to the website. Cookie Baker does not contact these services, download data from them or send data to them by itself. If the website owner has installed one of these services, the visitor's browser may connect to that service only when its existing script or embed is allowed to run. Use of those separately installed services is governed by their respective terms and privacy policies:

Marking content manually

<script type="text/plain" data-bacb-category="analytics" src="https://example.com/analytics.js"></script>

For WordPress-enqueued scripts, return functional, analytics or marketing from the bacb_script_category filter.

Use [bacb_cookie_settings] to render a button that reopens preferences.

JavaScript: CookieBaker.hasConsent('analytics'), CookieBaker.getConsent(), CookieBaker.open() and CookieBaker.onConsent('analytics', callback). Events: bacb:ready and bacb:consent.

PHP: boatapps_cookie_baker_has_consent( 'analytics' ). Server-side checks are not reliable for full-page cached HTML.

Translations

Static plugin interface text uses the standard WordPress gettext system and the boatapps-cookie-baker text domain. A POT template is included in /languages and community translations can be supplied through WordPress.org language packs.

Banner content saved in the database is dynamic. Translation plugins or custom integrations can register it through bacb_register_translatable_strings and return the current-language value through bacb_translate_string. The bacb_privacy_page_id filter can select a language-specific privacy policy page. These neutral APIs are intended to support the future BoatApps Multilingual add-on without coupling Cookie Baker Free to WPML or Polylang.

צילומי מסך

התקנה

  1. Upload the folder to /wp-content/plugins/ or install its ZIP in WordPress.
  2. Activate BoatApps Cookie Baker.
  3. Open Cookie Baker in WordPress admin.
  4. Review text, privacy policy, categories and blocking definitions.
  5. Purge caches and test all choices in a private browser window.

שאלות נפוצות

Does this guarantee GDPR compliance?

No. It provides technical controls. Compliance depends on the website, configuration, documentation and jurisdiction.

Does it send visitor data to BoatApps or limit page views?

No. The free plugin works locally without traffic limits.

Is it a Google-certified CMP?

No. Consent Mode v2 support is not equivalent to Google CMP certification or IAB TCF participation.

סקירות

There are no reviews for this plugin.

מפתחים

"BoatApps Cookie Baker" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "BoatApps Cookie Baker" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

1.2.1

  • Removed arbitrary custom CSS input and switched dynamic admin styling to the WordPress enqueue API.
  • Replaced shutdown-dependent response buffering with a controlled template wrapper.
  • Prefixed the public settings shortcode and aligned translation packaging with WordPress.org language packs.
  • Clarified that known-service definitions only match locally and do not initiate external connections.

1.2.0

  • Integrated the Freemius SDK for the WordPress.org parent and Cookie Baker Pro add-on.
  • Added licensed add-on delivery, account management and update support without changing Free consent functionality.

1.1.7

  • Updated the Pro comparison to the production Smart Scanner and automation feature set.
  • Removed roadmap claims for features that are not part of the current product.

1.1.6

  • Added a versioned integration contract and lifecycle hook for Cookie Baker Pro.
  • Added a privacy-preserving event transport that remains inactive unless a Pro analytics provider enables it.

1.1.5

  • Renamed the company, author, plugin slug, text domain, translation package and public PHP API to BoatApps.
  • Updated product artwork, documentation and WordPress.org assets to BoatApps branding.

1.1.4

  • Passed the official WordPress Plugin Check with no errors.
  • Added a tested Polish language pack for the public consent experience and primary settings screens.
  • Improved translator guidance, admin output escaping and uninstall naming conventions.
  • Added standard and high-resolution WordPress.org banner artwork.

1.1.3

  • Constrained the custom WordPress admin menu logo to the native 20×20 icon size.

1.1.2

  • Replaced the generic WordPress shield menu icon with the Cookie Baker application logo.

1.1.1

  • Migrated the plugin slug, main file, text domain, translation template and public PHP API to BoatApps naming.

1.1.0

  • Added an extensible service registry and dynamic translation API.
  • Added a live banner preview and a guarded restore-defaults action.
  • Added an honest Free/Pro comparison page and unobtrusive Pro notices.
  • Added CookieBaker.onConsent() and support for dynamically inserted blocked content.
  • Preserved script types, including JavaScript modules, when consent activates them.
  • Improved consent withdrawal behavior and accessibility details.
  • Updated visible product branding to BoatApps while preserving compatibility identifiers.

1.0.1

  • Replaced the manual consent version with automatic material-change detection.
  • Added a manual consent renewal action.
  • Added the Cookie Baker logo and WordPress.org icon assets.
  • Fixed HTTPS asset URLs behind reverse proxies.

1.0.0

  • Initial release.