πΌοΈRedirect and iframe integration
Hosted redirect
<a
href="https://widget.coindisco.com/?publicKey=pk_test_YOUR_PUBLIC_KEY"
target="_blank"
rel="noopener noreferrer"
>
Buy or sell crypto
</a>Embedded iframe
<iframe
src="https://widget.coindisco.com/?publicKey=pk_test_YOUR_PUBLIC_KEY"
title="Buy or sell crypto"
width="450"
height="700"
allow="clipboard-write"
style="border: 0; max-width: 100%;"
></iframe>Security considerations
Last updated