Need help?

Copy & Paste and you are ready to go


NiceHash Widgets

Widgets can be simply embedded into your website or blog page, for free!

Check how much you can earn


Profitability Calculator

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

Next halvings & forkings


Crypto countdowns

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

Halving countdown


Crypto countdowns

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

Integration Tips



Adjust content height automatically


<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>

				


Responsive width


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

				


Localisation


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