# 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


---

# 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.manifold.xyz/manifold-for-developers/resources/widgets/subscription-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.
