> For the complete documentation index, see [llms.txt](https://docs.niftykit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.niftykit.com/customize-your-experience/niftykit-diamond-widgets/installation-guides/install-for-squarespace.md).

# Install for Squarespace

This tutorial will show you how to install the NiftyKit Diamond Widgets button on your Squarespace website.&#x20;

To begin, make sure you're in the Squarespace website builder.

### 1. Add a "Code" Block

![](/files/TpPbfDZct2ai2QCH6Smq)

### 2. Embed the following snippet within your Code Block

```html
<!-- 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>
```

Be sure to replace `YOUR-SDK-KEY` with your SDK key.

### 3. Save your changes

![](/files/8jsqBqYSZ2s9mDQphA0f)
