Buy Button Only Widget

The buy button only widget is a fully-functional, but pared down version of the claim page. It is simply the button for buying, and the purchase flow. You should be able to override styles using CSS (see Customization & Styling).

This is the widget that you are looking for if you want to fully customize your buying experience. You can layout your image, description, etc in your own way, and simply embed the button for purchasing. This requires a bit more effort than the complete widget, simply because you are responsible for rendering the actual NFT yourself.

m-claim-buy-only

Shows just the buy button, and nothing else. Allows for full customization or embedding in other sites. For example - a blog post or GitHub repo header.

<div
  data-widget="m-claim-buy-only"
  data-id="INSTANCE_ID"
></div>

Last updated