Add a free, live product hype scoring tool to any review page or blog post.
Paste the snippet below — no account needed, no API keys, completely free.
A small "Powered by FitBeforeBuy" credit is included automatically.
Step 1 — paste this into your page HTML
<!-- FitBeforeBuy Product Hype Analyzer -->
<iframe
id="fbp-hype-analyzer"
src="https://fitbeforebuy.com/embed/hype-analyzer/"
width="100%"
style="border:none; border-radius:6px; display:block;"
title="Product Hype Score Analyzer by FitBeforeBuy"
loading="lazy">
</iframe>
<script>
window.addEventListener('message', function(e) {
if (e.data && e.data.type === 'fbp-resize') {
var f = document.getElementById('fbp-hype-analyzer');
if (f) f.style.height = e.data.height + 'px';
}
});
</script>
The auto-resize script listens for height updates from the tool
so the iframe always fits its content — no fixed height, no scrollbars.
If you can't add JavaScript, use a fixed height instead (see Step 2).
Use height="620" as a starting point.
After results appear, the tool grows — increase to 900–1000
if you want results visible without scrolling inside the iframe.