Redacto Cookie Consent

外掛說明

Redacto Cookie Consent is a WordPress plugin that integrates the Redacto Cookie Consent script into your WordPress website. The plugin allows you to configure your domain, organization UUID, and workspace UUID through the WordPress admin settings page.

Features

  • Easy configuration through WordPress admin settings
  • Secure storage of configuration values
  • Automatic script injection in website footer
  • WordPress.org standards compliant
  • Translation ready

Configuration

  1. Go to Settings > Redacto Cookie Consent
  2. Enter your Domain
  3. Enter your Organization UUID
  4. Enter your Workspace UUID
  5. Click “Save Settings”

The script will automatically be added to your website footer once all fields are configured.

External services

This plugin integrates with external services provided by Redacto:

API Service: https://api.redacto.tech

The plugin may communicate with the Redacto API service to verify domain configuration. When domain verification is performed, the following data is sent:

  • Domain URL (the configured website domain)
  • Organization UUID (your Redacto organization identifier)
  • Workspace UUID (your Redacto workspace identifier)
  • API Key (for authentication, if provided)

This verification occurs server-side when domain validation is requested through the plugin’s admin interface. The API is used to ensure that the configured domain matches your Redacto account settings.

CDN Service: https://cdn.redacto.io

The plugin loads the Redacto Cookie Consent script from the Redacto CDN. The script URL includes your configured domain, organization UUID, and workspace UUID as query parameters. This script is loaded on the frontend of your website to display the cookie consent banner.

Privacy and Terms

For information about how Redacto handles data, please refer to:
* Privacy Policy: https://www.redacto.ai/en-in/privacy-policy
* Terms of Service: https://www.redacto.ai/en-in/terms-and-conditions-initial

螢幕擷圖

安裝方式

Automatic Installation

  1. Log in to your WordPress admin panel
  2. Navigate to Plugins > Add New
  3. Search for “Redacto Cookie Consent”
  4. Click “Install Now”
  5. Click “Activate”

Manual Installation

  1. Upload the redacto-cookie-consent folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > Redacto Cookie Consent to configure

常見問題集

Where do I find my Organization UUID and Workspace UUID?

These values are provided by Redacto when you set up your account.

Will the script load if I don’t fill all fields?

No, the script will only load when all three fields (Domain, Organization UUID, and Workspace UUID) are filled in.

Can I use this plugin on multiple sites?

Yes, you can use this plugin on multiple WordPress sites. Each site will need its own configuration.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Redacto Cookie Consent〉的開發相關工作。

參與者

將〈Redacto Cookie Consent〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Fixed sanitization functions for register_setting() callbacks
  • Improved domain validation using esc_url_raw() and sanitize_url()
  • Enhanced UUID validation with strict whitelisting
  • Added proper translators comments for translatable strings
  • Updated tested up to WordPress 6.9

1.0.0

  • Initial release
  • Settings page with Domain, Organization UUID, and Workspace UUID fields
  • Automatic script injection in footer
  • WordPress.org standards compliant