Subscription Widget
Add a simple wallet profile with external links to your website.
Last updated
Add a simple wallet profile with external links to your website.
Current Version
0.2.0
https://subscribe.manifoldxyz.dev/0.2.0/widget.umd.min.js
https://subscribe.manifoldxyz.dev/0.2.0/widget.css
data-widget: "m-widget-subscribe"
data-creator-address: Address of the wallet to subscribe to
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.
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.
You can also include the subscription widget on your website as an iframe. Here's how -
Please note - the URL is notifications.manifold.xyz
Last updated
<div
data-widget="m-widget-subscribe"
data-creator-address="yungwknd.eth"
/><iframe
src="https://notifications.manifold.xyz/yungwknd.eth">
</iframe>