Title: FitConsent CMP
Author: DIGITLOAD
Published: <strong>6 سپتامبر 2025</strong>
Last modified: 19 ژوئن 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/fitconsent-cmp/assets/icon-256x256.png?rev=3357201)

# FitConsent CMP

 توسط [DIGITLOAD](https://profiles.wordpress.org/digitload330/)

[دانلود](https://downloads.wordpress.org/plugin/fitconsent-cmp.1.0.5.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/fitconsent-cmp/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/fitconsent-cmp/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/fitconsent-cmp/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/fitconsent-cmp/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/fitconsent-cmp/)

## توضیحات

FitConsent is a powerful yet simple Consent Management Platform (CMP) designed to
help you comply with privacy regulations like GDPR and CCPA. This plugin makes it
incredibly easy to add the FitConsent banner to your WordPress site.

Most importantly, it provides automatic, out-of-the-box compatibility with the **
WP Consent API**, which is the standard used by **Google Site Kit**.

By using this plugin, you can enable Google Site Kit’s consent mode feature and 
be confident that your users’ consent choices are respected, allowing for compliant
and effective analytics and ad tracking.

**Key Features:**

 * **Simple Setup:** Just enter your FitConsent Website ID and the plugin handles
   the rest.
 * **Google Site Kit Ready:** Works seamlessly with Google Site Kit’s consent mode
   by integrating with the WP Consent API.
 * **Lightweight:** The plugin is lean and doesn’t add any bloat to your website.
   It simply adds the necessary JavaScript to your site’s front-end.
 * **Standardized Communication:** Ensures consent signals are passed correctly 
   between your consent banner and other plugins.

This plugin is the official and recommended way to integrate FitConsent with a WordPress
website, especially if you are using Google Site Kit.

### External Services

This plugin connects to our main service, FitConsent (at app.fitconsent.com), to
function. This connection is essential for fetching the consent banner script and
its configuration.

 * **Service Provider:** FitConsent (a DIGITLOAD product).
 * **What data is sent:** The plugin sends your unique “FitConsent Website ID” to
   our service to retrieve the correct banner configuration for your site. No personal
   data from your website’s visitors is sent by this plugin. The banner script itself,
   once loaded, may collect anonymized interaction data and the visitor’s IP address
   for geo-targeting purposes, as detailed in our policies.
 * **Links to Policies:** You can review our service’s policies here:
    - [Terms of Service](https://fitconsent.com/terms-of-service/)
    - [Privacy Policy](https://fitconsent.com/privacy-policy/)

## نصب

**Method 1: Installation via WordPress Dashboard**

 1. Log in to your WordPress dashboard.
 2. Navigate to Plugins > Add New.
 3. In the search bar, type “FitConsent CMP” and press Enter.
 4. Find the “FitConsent CMP” plugin in the search results and click Install Now.
 5. After installation, click Activate.

**Method 2: Manual Installation via FTP**

 1. Download the FitConsent CMP plugin from the official source.
 2. Unzip the downloaded file to extract the fitconsent-cmp folder.
 3. Connect to your website’s server using an FTP client (e.g., FileZilla).
 4. Navigate to the /wp-content/plugins/ directory.
 5. Upload the entire fitconsent-cmp folder into this directory.
 6. Go back to your WordPress dashboard, navigate to Plugins > Installed Plugins, and
    click Activate for “FitConsent CMP”.

**Post-Installation Configuration:**

 1. In your WordPress dashboard, go to Settings > FitConsent.
 2. Locate your FitConsent Website ID from your [FitConsent Dashboard](https://fitconsent.com/dashboard).
 3. Enter this ID into the provided field and click Save Changes.

**Integration with Google Site Kit (If applicable):**

 1. If you are using the Google Site Kit plugin, go to its settings.
 2. Ensure that the Consent Mode option is enabled.

That’s it! The FitConsent banner will now appear on your site and communicate with
Google Site Kit.

## سوالات متداول

### Do I need this plugin if I already use the FitConsent script?

If you are using Google Site Kit, this plugin is highly recommended. It ensures 
that the consent choices from the FitConsent banner are correctly passed to Google
Site Kit via the standard WP Consent API.

### Where do I find my Website ID?

You can find your unique Website ID by logging into your [FitConsent Dashboard](https://fitconsent.com/dashboard)
and viewing your website’s settings.

### Does this plugin create the cookie banner itself?

No, this plugin connects your WordPress site to your FitConsent account. The banner
itself is configured and managed entirely from your FitConsent dashboard, giving
you one central place to control its appearance and behavior across all your sites.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“FitConsent CMP” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ DIGITLOAD ](https://profiles.wordpress.org/digitload330/)
 *   [ SOUFIANE EL OUBAYDI ](https://profiles.wordpress.org/digitload/)

[ترجمه “FitConsent CMP” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/fitconsent-cmp)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/fitconsent-cmp/)، [مخزن SVN](https://plugins.svn.wordpress.org/fitconsent-cmp/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/fitconsent-cmp/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/fitconsent-cmp/) مشترک شوید.

## گزارش تغییرات

#### 1.0.5

 * Load the FitConsent banner script synchronously in `<head>` (priority 1) instead
   of deferring it to the footer, so Microsoft UET consent defaults and setup diagnostics
   run before any other plugin or theme can fire a tracking tag.
 * WP Consent API bridge now uses the resolved choices from the `fitconsent:consentUpdated`
   event directly instead of re-reading the cookie after a fixed delay, and correctly
   declares `wp_consent_type` as `optout` for geo-based auto-granted visitors.
 * Website ID is now restricted to safe characters on save.

#### 1.0.4

 * Add a basic compatibility for WP Consent API.
 * Add consent registration for transparency purposes.
 * Update banner URL to use fitconsent.com instead of app.fitconsent.com.

#### 1.0.1

 * Addressed WordPress.org review feedback: prefixed functions, reduced tags, renamed
   main plugin file, and added security checks.

#### 1.0.0

 * Initial release.

## اطلاعات

 *  نگارش **1.0.5**
 *  آخرین به‌روزرسانی **2 ماه پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.8 یا بالاتر **
 *  آزمایش‌شده تا **7.0.4**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/fitconsent-cmp/)
 * برچسب
 * [CCPA](https://fa.wordpress.org/plugins/tags/ccpa/)[CMP](https://fa.wordpress.org/plugins/tags/cmp/)
   [consent mode](https://fa.wordpress.org/plugins/tags/consent-mode/)[GDPR](https://fa.wordpress.org/plugins/tags/gdpr/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/fitconsent-cmp/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/fitconsent-cmp/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/fitconsent-cmp/reviews/)

## مشارکت کنندگان

 *   [ DIGITLOAD ](https://profiles.wordpress.org/digitload330/)
 *   [ SOUFIANE EL OUBAYDI ](https://profiles.wordpress.org/digitload/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/fitconsent-cmp/)