Integration Examples

Fuze works seamlessly across multiple platforms with minimal setup. Below are real-world code examples and usage patterns to help you tokenize any part of your product or content.


πŸ›’ Shopify

πŸ”’ Token-Gated Product Page

<script src="https://cdn.fuzeai.tools/integration.js"
  data-platform="shopify"
  data-type="product-access"
  data-token="YourTokenAddressHere"
  data-chain="solana">
</script>

Behavior:

  • Hides β€œBuy” button or product until wallet is connected and holds the correct token.

  • Optionally shows a fallback message or mint button.

βœ… Where to add:

  • In Shopify admin, go to Themes β†’ Edit Code β†’ product.liquid

  • Paste the script before </body>


🌐 WordPress

πŸ”’ Lock Blog Post Content

Behavior:

  • Hides post body content unless user holds the correct token

  • Replaces content with a β€œConnect wallet” + access prompt


🧱 Webflow

πŸ”’ Tokenize a Section

Instructions:

  • Add an Embed block in your Webflow Designer

  • Paste the script into the block

  • Surround gated elements with <div class="fuze-gated">...</div>


πŸ“˜ Notion

πŸ”’ Lock a Notion Page

Use the Fuze Chrome Extension or manually embed the snippet:

Best for: Token-only internal documents, community gated Notion wikis.


βš›οΈ React

🧠 Full React SDK Control

Install:

Usage:

Advantages:

  • Full developer control

  • Conditional rendering, events, and fallback UI

Last updated