WIDGET EMBED
Widget para tu sitio web
Agrega un widget de comparación de swaps cripto no-KYC a tu sitio. Personaliza las monedas y el monto, luego copia el código.
Personaliza tu widget
Elige la configuración predeterminada. Los usuarios pueden cambiar monedas y monto después.
Todos los parámetros son opcionales. Los usuarios pueden cambiar cualquier valor directamente en el widget.
Vista previa del widget
Vista previa en vivo — los cambios se actualizan automáticamente
Copiar código
<style>
.nokyc-widget-wrap {
width: 100%;
max-width: 860px;
margin: 0 auto;
}
.nokyc-widget-wrap iframe {
width: 100%;
height: 760px;
border: 0;
border-radius: 12px;
display: block;
}
</style>
<div class="nokyc-widget-wrap">
<iframe
src="https://nokycswaps.com/es/embed/widget?coin_from=BTC&coin_to=ETH&amount=0.1"
width="100%"
height="760"
frameborder="0"
style="border:0;border-radius:12px;max-width:100%;"
title="No-KYC Swap Widget"
></iframe>
</div>