# NFT Widget

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

Readers can [collect Writing NFTs](/depub/collect-writing-nft.md) in an extremely easy way.

Unlike popular NFT marketplaces such as [OpenSea](https://opensea.io/) that converge creators' and buyers' traffic into a centralized portal, buyers of Writing NFTs are actually **readers** who want to focus on reading. The buying process for readers who are surfing the internet should be integrated with the reading experience. Shopping around in a mall and immersing oneself in a book are two totally different experiences, and we believe that most readers prefer the latter.

To let readers collect Writing NFTs as they read, the collecting action is as easy as giving a like. An "**NFT Widget**" will be embedded at the bottom of the article. It works like a vending machine, showing the current price of this Writing NFT, and allowing readers to collect it with just a click if the price is right.

Creators can install the [Web3Press plugin](/general-guides/dapp/wordpress.md) to publish posts as NFTs if their website is based on WordPress. The plugin embeds the NFT Widget at the bottom of each post for readers to collect.

Creators who are not using WordPress can also embed the NFT Widget into any webpage by using an iframe, the embed code is generated when minting NFT with [NFT Portal](/developer/likenft/nft-portal.md).

<figure><img src="/files/yJdPZYZRT1NuCy7yvJN9" alt=""><figcaption><p>NFT Widget</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/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.
