# NFT 小部件

{% hint style="warning" %}
此文檔只適用於 Liker Land 和 LikeCoin v2。如需了解 [3ook.com](http://3ook.com/) 和 LikeCoin v3，請至 [docs.3ook.com](http://docs.3ook.com/) 及 [dao.like.co](https://dao.like.co/)。
{% endhint %}

讀者[收藏 NFT](/zh/depub/collect-writing-nft.md) 的過程十分簡單。

一般的 NFT 市場（例如 [Opensea](https://opensea.io/)）都是一個匯聚不同商家和商品的市場，但這種市場不適合單篇內容文章的創作者，因為逛市場跟閱讀是割裂的行為，若讀者在閱讀時需轉進另一個 NFT 市場的網站去購買 NFT，會打斷了閱讀的體驗。

為了令讀者收藏 Writing NFT 的體驗能跟閱讀習慣連貫，我們會讓讀者直接在文章中購買該篇的 Writing NFT，收藏就如為文章按讚般簡易。讀者會見到一個 「**NFT 小部件」** ( NFT Widget ) 在文章底部，此小部件會顯示出 NFT 的當前售價，若讀者覺得售價可接受，可點「收藏作品」鍵即時購買。

若創作者用的是 WordPress 網站，只需安裝了 [Web3Press plugin](/zh/general-guides/dapp/wordpress.md)，NFT 小部件 自動在文章下方顯示，讓讀者購買。

非 WordPress 用戶可以 iframe 的方法把 NFT 小部件嵌入文章，只需在發行 NFT 時把 [NFT Portal](/zh/depub/nft-portal.md) 生成代碼放在任何網頁，即可顯示 NFT 小部件。

<figure><img src="/files/TTzJ9XfPN0Er4hNOaENe" alt=""><figcaption><p>NFT 小部件</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.v2.like.co/zh/depub/collect-writing-nft/nft-widget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
