@kwickbit/squarespace-plugin
v1.1.5
Published
Add payment with stablecoins option to your Ecommerce website
Readme
KwickBit Squarespace Plugin
Accept stablecoin payments on your Squarespace store using KwickBit.
🔧 Installation
To enable crypto payments via KwickBit on your Squarespace store:
- Go to your Squarespace Config > Pages > Custom Code (bottom of the page) > Code Injection
- Paste the following script into the Header section:
<script src="https://cdn.jsdelivr.net/npm/@kwickbit/squarespace-plugin@latest/dist/index.min.js"></script>
<script>
window.initKwickbit.default({
integrationId: 'your-integration-id',
});
</script>