Subscription Widget

Add a simple wallet profile with external links to your website.

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.

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. 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

Last updated