> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.zotabox.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).

# 我可以將彈出視窗/工具連結到網站上的自定義連結嗎？

可以，您可以使用以下程式碼將 Zotabox 的彈出視窗或其他工具與網站上的自定義連結連結。

* 使用此程式碼透過自定義連結開啟工具：
    **#zbwid-工具 ID**
    
* 或在 HTML 原始碼編輯器中使用以下程式碼：
    **<a href="#zbwid-工具 ID">顯示工具</a>**
    
* 或在 JavaScript 程式碼中使用以下程式碼：
    **Zotabox.show(工具 ID)**

您可以在 Zotabox 設定頁面的瀏覽器標題欄中查看**工具 ID**。

若有需要，您可能需要開發人員的協助來完成設定。