NiftyKit Docs
Website
Launch App
Sign Up
Discord
Search…
Get Started
Introduction
Products
Resources
New to Web3?
Membership Benefits
DropKit
DropKit Overview
DropKit Access
Creating Your First Drop Contract
Generating Assets
File Asset, Size, and Requirements
Uploading Your Assets
Uploading Assets to IPFS
Whitelist Creation
Launching Your Drop
Reveal Management
Airdropping NFTs
Post-Drop Management
Analytics
Carbon Offset Integration (via Aerial)
Estimated DropKit Gas Prices
DropKit.js
DropKit.js Overview
No-Code Widget Builder
Installation Guides
📰
Install for WordPress
🌊
Install for Webflow
🖌
Install for Wix
◻
Install for Squarespace
NFT Collection
NFT Collection Overview
Creating Your First Collection
Creating Your First NFT
Listing Your NFT on OpenSea
Redeemables
Smart Contract Types
Revenue Split
Revenue Split Overview
Creating Your First Revenue Split
Withdrawing Funds
The Giving Block (Donations Partner)
Token Access
Token Gating
Royalties
Royalties Overview
Setting Your Royalties
Community
Testimonials
Meet the Team
Community Guidelines
Contact Info
Powered By
GitBook
📰
Install for WordPress
Learn how to install the DropKit SDK for Wordpress.
This tutorial will show you how you can install the DropKit.js embeddable button on your WordPress instance.
To start, make sure you're in the WordPress page builder.
1. Switch to "Code Editor" mode
Depending on your theme or plugins, this view might be different; please refer to the following helpful links:
https://wordpress.com/support/editors/
https://www.wpbeginner.com/wp-tutorials/how-to-edit-html-in-wordpress-code-editor-beginners-guide/
Highlighted in blue is the Code editor mode
2. Paste your SDK widget code
1
<
script
type
=
'
module
'
src
=
'
https://unpkg.com/@niftykit/components/dist/components/components.esm.js
'
>
</
script
>
2
3
<
nk-dropkit
apikey
=
"
YOUR-SDK-KEY
"
/>
Copied!
Be sure to replace
YOUR-SDK-KEY
with your actual SDK key. You should see something like this:
3. Update your mint page
This also works in Elementor if you embed the HTML element
DropKit.js - Previous
Installation Guides
Next
Install for Webflow
Last modified
1mo ago
Copy link
Contents
1. Switch to "Code Editor" mode
2. Paste your SDK widget code
3. Update your mint page