> 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/subscription-widget.md).

# Subscription Widget

**Current Version**

0.2.0

#### **Javascript Library**

<https://subscribe.manifoldxyz.dev/0.2.0/widget.umd.min.js>

#### Base CSS

<https://subscribe.manifoldxyz.dev/0.2.0/widget.css>

#### Required Properties

* **data-widget**: `"m-widget-subscribe"`
* **data-creator-address:** Address of the wallet to subscribe to

## Overview

The Manifold Subscription Widget is an embeddable widget that lets you enter your email to subscribe to new events (like Claim Pages and Burn/Redeems) from the artist.

You can see a live demo of the subscription widget [here](https://notifications.manifold.xyz/yungwknd.eth).

## Adding the Subscription 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.

```
<div
  data-widget="m-widget-subscribe"
  data-creator-address="yungwknd.eth"
/>
```

## Using the Subscription Widget as an iframe

You can also include the subscription widget on your website as an iframe. Here's how -

```
<iframe
  src="https://notifications.manifold.xyz/yungwknd.eth">
</iframe>
```

Please note - the URL is *notifications*.manifold.xyz
