> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/curation-widget.md).

# Curation Widget

**Current Version**

`0.0.3`

#### **Javascript Library**

<https://curation.manifoldxyz.dev/0.0.3/curation.umd.min.js>

#### Base CSS

<https://curation.manifoldxyz.dev/0.0.3/curation.css>

#### Required Properties

* **data-widget**: "m-curation"
* **data-curator-address:** Address of the curator
* **data-curation-id**: The id of the Curation created from [Manifold Share](https://share.manifold.xyz)
* **data-network**: The network chain id your listing is on (e.g. Ethereum Mainnet is 1, Goerli is 5).

**Optional Properties**

* **data-appearance:** "dark" or "light"

## Overview

Curation widget allows you to embed curated listings from [Manifold Share](https://share.manifold.xyz) on your website. The listings displayed via the Curation widget link to the listing's sale page and will attribute the Curator's wallet address as the "referrer" allowing them to earn 6.9% of the sale price if someone places the winning bid using the listing link.

## Creating a Curation&#x20;

Curations are created and managed on [Manifold Share](https://share.manifold.xyz). Connect your wallet, add new Curations in the "Curate" tab, then *heart* (❤️) listings you find in "Browse" and pick which Curation(s) to save in.

## Adding Curation Widget

You can find detailed instructions on how to install and use widgets for your specific website stack by referring to [Step 3 in the Getting Started Guide](/manifold-for-developers/guides/getting-started.md#step-3-add-manifold-widgets-to-your-website). Step 1 and 2 are not required for this widget.
