Title: Tagbridge – Deep Integration for PostHog
Author: Great Anthony
Published: <strong>2026 年 6 月 13 日</strong>
Last modified: 2026 年 7 月 6 日

---

搜尋外掛

![](https://ps.w.org/tagbridge/assets/banner-772x250.png?rev=3597554)

![](https://ps.w.org/tagbridge/assets/icon.svg?rev=3597554)

# Tagbridge – Deep Integration for PostHog

 由 [Great Anthony](https://profiles.wordpress.org/mcgreat/) 開發

[下載](https://downloads.wordpress.org/plugin/tagbridge.0.2.2.zip)

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

 [技術支援](https://wordpress.org/support/plugin/tagbridge/)

## 外掛說明

Tagbridge is a simple, independent way to add PostHog to WordPress: PostHog for 
WordPress, without touching code. Enter your PostHog project API key, choose your
region, and Tagbridge loads PostHog on your site with the settings you pick.

Tagbridge is an independent project. It is not affiliated with, endorsed by, or 
sponsored by PostHog. “PostHog” is a trademark of its respective owner and is used
here only to describe what this plugin connects to.

#### What it does today

 * Connect to PostHog Cloud (US or EU) or your own self-hosted or reverse-proxy 
   host.
 * Your project API key is checked with a live test call before it is saved, so 
   you know right away if it is correct.
 * Loads PostHog (posthog-js) from the host you configure, so self-hosted and reverse-
   proxy setups work without code.
 * Plain-language toggles for what gets captured: pageviews, autocapture (clicks
   and form interactions), session recording, and person profile mode.
 * Privacy-first cookieless mode that keeps visitor state in memory, so no PostHog
   cookie is set.
 * Identity: tie logged-in WordPress users to one PostHog person across anonymous
   and logged-in sessions, using a stable hashed identifier (never the raw user 
   ID). You choose whether to identify logged-in users and which properties to send(
   email, name, role).
 * Server-side events: send key events (user logged in, user registered) from your
   own WordPress server, so they still arrive when a visitor’s browser blocks tracking.
   Runs on your existing hosting, with a per-event on/off switch. A failed or slow
   PostHog request never affects your pages.
 * WooCommerce events (when WooCommerce is active): product viewed, added to cart,
   checkout started, and order completed with order value and currency. The same
   person is tracked from the browser session through to the completed order.
 * A clean settings screen that fits WordPress and stays out of your way.

#### On the roadmap

Planned for future releases:

 * A no-flicker feature-flag block and shortcode evaluated on the server.
 * Optional starter dashboards created in your PostHog project.
 * WordPress Consent API support.

### External services

This plugin connects to PostHog, the analytics service you configure. It is required
for the plugin to do anything, because the plugin’s purpose is to send your site’s
analytics to your PostHog project.

What is sent and when:

 * When you save your settings in the admin, the plugin makes one request to the
   PostHog feature-flags endpoint (for example https://us.i.posthog.com/flags) with
   your project API key to confirm the key and host are valid. This request does
   not record any analytics event.
 * On your site’s front end, after you have connected and only when configured, 
   the plugin loads PostHog (posthog-js) from the host you choose (PostHog US cloud,
   EU cloud, or your own host). PostHog then sends visitor analytics such as pageviews
   and, if enabled, clicks and form interactions and session recordings, to your
   PostHog project. The exact data depends on the toggles you choose.
 * When server-side events are enabled, your WordPress server sends those events(
   for example user logged in, or a completed WooCommerce order with its value and
   currency) directly to your configured PostHog host. This happens from your server,
   not the visitor’s browser.

The host the data is sent to is the one you configure:

 * US cloud: https://us.i.posthog.com
 * EU cloud: https://eu.i.posthog.com
 * Self-hosted or reverse proxy: the URL you enter

PostHog terms of service: https://posthog.com/terms
 PostHog privacy policy: https://
posthog.com/privacy

### Privacy

No analytics are sent until you enter a PostHog project API key and connect. You
control what is captured with the tracking toggles, and you can turn on cookieless
mode so no PostHog cookie is set.

You are responsible for telling your visitors what you collect and for obtaining
any consent your jurisdiction requires. Support for the WordPress Consent API is
planned for a future release.

## 螢幕擷圖

[⌊Connect your PostHog project: paste the project API key and choose your region.
The key is checked with PostHog before it is saved.⌉⌊Connect your PostHog project:
paste the project API key and choose your region. The key is checked with PostHog
before it is saved.⌉[

Connect your PostHog project: paste the project API key and choose your region. 
The key is checked with PostHog before it is saved.

[⌊Once connected, choose what to track with plain-language toggles: pageviews, autocapture,
session recording, person profiles, and privacy-first cookieless mode.⌉⌊Once connected,
choose what to track with plain-language toggles: pageviews, autocapture, session
recording, person profiles, and privacy-first cookieless mode.⌉[

Once connected, choose what to track with plain-language toggles: pageviews, autocapture,
session recording, person profiles, and privacy-first cookieless mode.

## 安裝方式

 1. Install and activate the plugin.
 2. In the WordPress admin, open the “PostHog” menu.
 3. Paste your PostHog project API key and choose your region (US, EU, or self-hosted/
    reverse proxy).
 4. Save. Tagbridge checks the key with PostHog before saving and tells you if it worked.
 5. Choose what to track, then save again. PostHog will start receiving data from your
    site.

You can find your project API key in PostHog under Settings, Project, Project API
key. It is a public key and is safe to use in the browser.

## 常見問題集

### Is this an official PostHog plugin?

No. Tagbridge is an independent project and is not affiliated with or endorsed by
PostHog.

### Do I need a PostHog account?

Yes. You need a PostHog project and its project API key. PostHog offers a free tier.
See https://posthog.com.

### Does it work with self-hosted PostHog or a reverse proxy?

Yes. Choose “Self-hosted or reverse proxy” and enter your host URL. PostHog loads
from that host.

### Will it set cookies?

By default PostHog uses its normal storage. Turn on “Privacy-first cookieless mode”
to keep visitor state in memory only, so no PostHog cookie is set.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Tagbridge – Deep Integration for PostHog〉的開發相關工作。

參與者

 *   [ Great Anthony ](https://profiles.wordpress.org/mcgreat/)

[將〈Tagbridge – Deep Integration for PostHog〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/tagbridge)

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

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

## 變更記錄

#### 0.2.2

 * Added the Tagbridge brand mark to the settings screen header. No functional changes.

#### 0.2.1

 * Redesigned the settings screen: a clearer page header, each section’s status 
   or master switch in its header, a two-column layout for tracking and identity,
   and refined controls. No functional changes.

#### 0.2.0

 * Identity: tie logged-in users to one PostHog person with a stable, hashed identifier.
   Configurable, with per-property control over email, name, and role.
 * Server-side events: send events from your WordPress server (user logged in, user
   registered), each with an on/off toggle and a master switch. A failed or slow
   PostHog request never affects your pages.
 * WooCommerce events (when active): product viewed, added to cart, checkout started,
   and order completed with order value and currency, stitched to the same person
   from session through to the completed order.

#### 0.1.0

 * First release: connect to PostHog (US, EU, or self-hosted / reverse proxy), validate
   the key before saving, and load PostHog on the front end with tracking toggles(
   pageviews, autocapture, session recording, person profiles, cookieless mode).

## 中繼資料

 *  版本 **0.2.2**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.6**
 *  PHP 版本需求 ** 8.2 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/tagbridge/)
 * 標籤:
 * [analytics](https://tw.wordpress.org/plugins/tags/analytics/)[events](https://tw.wordpress.org/plugins/tags/events/)
   [PostHog](https://tw.wordpress.org/plugins/tags/posthog/)[statistics](https://tw.wordpress.org/plugins/tags/statistics/)
   [tracking](https://tw.wordpress.org/plugins/tags/tracking/)
 *  [進階檢視](https://tw.wordpress.org/plugins/tagbridge/advanced/)

## 評分

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

[撰寫評分](https://wordpress.org/support/plugin/tagbridge/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/tagbridge/reviews/)

## 參與者

 *   [ Great Anthony ](https://profiles.wordpress.org/mcgreat/)

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/tagbridge/)