Title: Iteractive AI Site Sync and Publishing
Author: iteractive
Published: <strong>2026 年 7 月 1 日</strong>
Last modified: 2026 年 7 月 1 日

---

搜尋外掛

![](https://ps.w.org/iteractive-site-sync-publishing/assets/banner-772x250.png?rev
=3592208)

![](https://ps.w.org/iteractive-site-sync-publishing/assets/icon-256x256.png?rev
=3592208)

# Iteractive AI Site Sync and Publishing

 由 [iteractive](https://profiles.wordpress.org/iteractive/) 開發

[下載](https://downloads.wordpress.org/plugin/iteractive-site-sync-publishing.1.0.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/iteractive-site-sync-publishing/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/iteractive-site-sync-publishing/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/iteractive-site-sync-publishing/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/iteractive-site-sync-publishing/#developers)

 [技術支援](https://wordpress.org/support/plugin/iteractive-site-sync-publishing/)

## 外掛說明

**Iteractive AI Site Sync and Publishing** is the official companion plugin for 
[iteractive.ai](https://iteractive.ai). It pairs your site with the iteractive.ai
platform so you (the site owner) can:

 * Inject **your own** Meta Pixel and Google Tag (GA4 / GTM) site-wide, without 
   touching theme code.
 * Mirror your **WooCommerce products** into iteractive.ai for ad-creative generation.
 * Receive AI-written blog posts that you can review and publish automatically.
 * Verify the site is connected from your iteractive.ai dashboard.

The plugin exposes a small, signed REST namespace (`iteractive/v1`) that only accepts
requests carrying the random secret token generated during pairing.

### Privacy

 * The plugin stores a paired secret, an iteractive.ai user ID, the Meta Pixel ID
   and the Google Tag ID in `wp_options`.
 * The plugin itself does NOT collect or transmit visitor data. The Meta Pixel and
   Google Tag, when you configure them, fire from the visitor’s browser to Meta 
   and Google exactly as the standard scripts would. They are loaded only if you,
   the site owner, have entered the corresponding IDs from your iteractive.ai dashboard.
 * Read the full privacy policy at https://iteractive.ai/privacy

### External services

This plugin relies on the following third-party services. They are only contacted
under the conditions described below.

**1. iteractive.ai backend (Supabase Edge Functions at `https://hidheynlnzselakdqtxg.
supabase.co`)**

 * What it is: the iteractive.ai platform backend that the plugin pairs with.
 * When data is sent: (a) once, when you click **Connect** on the plugin admin page
   and submit a pairing code (the site URL and a freshly generated plugin secret
   are sent in exchange for your iteractive.ai user ID); (b) when a manual sync 
   action is triggered by you from your iteractive.ai dashboard.
 * No automatic background calls are made by the plugin.
 * Terms of service: https://iteractive.ai/terms
 * Privacy policy: https://iteractive.ai/privacy

**2. Meta Pixel (`https://connect.facebook.net/en_US/fbevents.js` and `https://www.
facebook.com/tr`)**

 * What it is: Meta’s standard JavaScript tracking pixel, provided by Meta Platforms,
   Inc.
 * When data is sent: only if you, the site owner, have entered a Meta Pixel ID 
   from your iteractive.ai dashboard. In that case the visitor’s browser loads `
   fbevents.js` from `connect.facebook.net` and sends a standard `PageView` event
   to `facebook.com/tr` on every page load. If no Pixel ID is configured, no request
   is made.
 * Terms of service: https://www.facebook.com/legal/terms
 * Privacy policy: https://www.facebook.com/privacy/policy
 * Business Tools Terms: https://www.facebook.com/legal/terms/businesstools

**3. Google Tag / Google Analytics (`https://www.googletagmanager.com/gtag/js` and
the GA collect endpoint)**

 * What it is: Google’s standard `gtag.js` library, provided by Google LLC.
 * When data is sent: only if you, the site owner, have entered a Google Tag / GA4
   measurement ID from your iteractive.ai dashboard. In that case the visitor’s 
   browser loads `gtag/js` from `googletagmanager.com` and sends a standard page
   view event to Google. If no Tag ID is configured, no request is made.
 * Terms of service: https://marketingplatform.google.com/about/analytics/terms/
   us/
 * Privacy policy: https://policies.google.com/privacy

You are responsible for obtaining any consent (for example a cookie-consent banner)
required in your jurisdiction before enabling the Meta Pixel or Google Tag IDs.

## 安裝方式

 1. Install from the WordPress.org plugin directory or upload the ZIP.
 2. Activate **Iteractive AI Site Sync and Publishing**.
 3. Open **Settings → Iteractive AI Site Sync** in the WordPress admin sidebar.
 4. Open the iteractive.ai dashboard, copy the pairing code shown under **Settings 
    → WordPress**, paste it into the plugin and click **Connect**.

## 常見問題集

### Do I need a paid iteractive.ai account?

No. The plugin is free and works with the free iteractive.ai plan.

### Does the plugin work without WooCommerce?

Yes. Product sync requires WooCommerce, but pixel injection and blog publishing 
work on any WordPress install.

### Will this conflict with Yoast, RankMath or Insert Headers and Footers?

No. The plugin only writes the snippets you explicitly authorize from your iteractive.
ai dashboard.

### How do I disconnect?

Open **Settings → Iteractive AI Site Sync** in the admin sidebar and click **Disconnect**.
All stored options are removed.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Iteractive AI Site Sync and Publishing〉的開發相關工作。

參與者

 *   [ iteractive ](https://profiles.wordpress.org/iteractive/)

[將〈Iteractive AI Site Sync and Publishing〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/iteractive-site-sync-publishing)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/iteractive-site-sync-publishing/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/iteractive-site-sync-publishing/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/iteractive-site-sync-publishing/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/iteractive-site-sync-publishing/)。

## 變更記錄

#### 1.0.3

 * Renamed to **Iteractive AI Site Sync and Publishing**.
 * Meta Pixel loader migrated from echoed `<script>` to `wp_enqueue_script` + `wp_add_inline_script`.
 * `<noscript>` Pixel fallback moved from `wp_head` to `wp_body_open`.
 * Admin page moved under **Settings** (no top-level menu item).
 * Readme: documented Meta Pixel, Google Tag and iteractive.ai backend as external
   services with terms and privacy links.

#### 1.0.2

 * Initial release.

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **6 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/iteractive-site-sync-publishing/)
 * 標籤:
 * [ga4](https://tw.wordpress.org/plugins/tags/ga4/)[google tag](https://tw.wordpress.org/plugins/tags/google-tag/)
   [Meta Pixel](https://tw.wordpress.org/plugins/tags/meta-pixel/)[product-sync](https://tw.wordpress.org/plugins/tags/product-sync/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/iteractive-site-sync-publishing/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/iteractive-site-sync-publishing/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/iteractive-site-sync-publishing/reviews/)

## 參與者

 *   [ iteractive ](https://profiles.wordpress.org/iteractive/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/iteractive-site-sync-publishing/)