> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.teachify.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 如何驗證 Facebook 網域（HTML 中繼標籤設定）

驗證 Facebook 網域主要有三種方法：

1. 在 HTML 原始碼加入中繼標籤
2. 上傳 HTML 到你的根目錄
3. 更新網域註冊機構的 DNS TXT 紀錄

目前 Teachify 提供的驗證方法是第一種：**在 HTML 原始碼加入中繼標籤**，也就是 Facebook 提供的預設方法。

| 若你擁有自己的網域，建議可以使用更新 DNS TXT 的方法。

1. 首先在 Facebook 後台取得要加入的 HTML 中繼標籤，如下圖：

![](https://storage.crisp.chat/users/helpdesk/website/31e42744710f7a0/domain-verification_1ds1x66.png)

你會得到像是這樣的內容：

| <meta name="facebook-domain-verification" content="4y5xak494tgvnclm........." />

其中請注意到內容有 `name="facebook-domain-verification"` 以及 `content="4y5xak494tgvnclm........."` 兩個段落，稍後我們會用到。

2. 請到 Teachify 後台的「網站｜設定」/「自訂 CSS/JS」頁面最下面的「**Custom Meta tags**」


![](https://storage.crisp.chat/users/helpdesk/website/-/3/1/e/4/31e42744710f7a0/cleanshot-2026-08-05-at-131335_vy8jfe.png)

💡  請往下滑到最下面

![](https://storage.crisp.chat/users/helpdesk/website/-/3/1/e/4/31e42744710f7a0/cleanshot-2026-08-05-at-131421_14mmb3k.png)


3. 點選「+ Add」後會展開填寫 Custom Meta Tags 的兩個欄位如下：


![](https://storage.crisp.chat/users/helpdesk/website/31e42744710f7a0/domain-verification-3_1p7rlic.png)

4. 在 name 以及 content 的欄位分別填入 facebook 提供的設定值

name: **facebook-domain-verification**
content: 請填入 facebook 提供的內容

5. 請確認你填入的內容如下圖，填入的內容值分別是 name=""、content="" 的 **引號內的內容**


![](https://storage.crisp.chat/users/helpdesk/website/31e42744710f7a0/domain_1o27h85.png)


完成後點選「更新網站」，就完成中繼標籤的設定囉。
