◻️Install for Squarespace
Learn how to install the NiftyKit Diamond Widgets for Squarespace.
Last updated
Learn how to install the NiftyKit Diamond Widgets for Squarespace.
Last updated
<!-- Import NiftyKit Widgets library -->
<script type="module" src="https://sdk.niftykit.com/widgets/widgets.esm.js"></script>
<nk-diamond collection-id="YOUR-SDK-KEY">
<nk-is-not-connected>
<nk-connect-wallet-button>
Connect Wallet
</nk-connect-wallet-button>
</nk-is-not-connected>
<nk-is-connected>
<nk-drop-mint-button success-title="Success!" success-message="You did it!">
Mint NFT
</nk-drop-mint-button>
</nk-is-connected>
</nk-diamond>