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