¿Necesita ayuda?

Copia y Pega y ya estará listo


NiceHash Widgets

¡Los widgets se pueden integrar de forma sencilla en tu sitio web o página de blog, de forma gratuita!

Comprueba cuánto puedes ganar


Calculadora de rentabilidad

<iframe src="https://widget.nicehash.com/profcalc" width="400" height="350" scrolling="no" id="nhiframe"></iframe>

Próximas reducciones a la mitad y bifurcaciones


Cuenta regresiva de criptomonedas

<iframe src="https://widget.nicehash.com/countdown" width="100%" height="350" scrolling="no" id="nhiframe"></iframe>

Cuenta regresiva para reducción a la mitad


Cuenta regresiva de criptomonedas

<iframe src="https://widget.nicehash.com/countdown/zec-halving-2028-11-16-12-00" width="400" height="400" scrolling="no" id="nhiframe"></iframe>

Consejos de integración



Ajustar la altura del contenido automáticamente


<script>
	var nhiframe = document.getElementById('nhiframe');
	window.addEventListener('message', function(e) {
		// message that was passed from iframe page
		// check message content if you have other messages too
		let message = e.data;
		nhiframe.style.height = message.height + 'px';
	} , false);
</script>

				


Ancho responsivo


<style>
	iframe {
		width: 100%;
		max-width: 400px;
		border: 0;  /* remove default border */
	}
</style>

				


Localización


	Add ?lang=en to iframe src path to force specific language. Available languages are en, ru, zh, de, pt, es, fr, ja.