NBHA OK 08
0 upcoming · 3 total on RodeoList
Past events
- NBHA OK 08 Race #7 May 2, 2026 · Marlow, OK
- NBHA OK 08 Race #9 May 30, 2026 · Marlow, OK
- NBHA OK 08 Race #10 Jul 12, 2026 · Durant, OK
Venues where NBHA OK 08 runs events
Embed this calendar on your site
Copy this snippet into any web page. Your visitors see your upcoming events on RodeoList, always current — no maintenance, works in WordPress, Wix, Squarespace, plain HTML, anywhere that allows iframes.
<iframe src="https://rodeolist.com/embed/producer/nbha-ok-08" width="100%" height="420" style="border:1px solid #c8b18a;border-radius:2px;" loading="lazy" title="NBHA OK 08 — upcoming events"></iframe> Customization & auto-resize
Change how many events show.
Add ?limit=N to the
src (1–25, default 10). Example: /embed/producer/nbha-ok-08?limit=5.
Make the iframe auto-resize. The widget posts its content height to the parent page. Drop this script once in your site <head> or just before </body> — it'll resize any RodeoList iframe on the page:
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'rodeolist:embed:resize') {
document.querySelectorAll('iframe[src*="rodeolist.com/embed/"]').forEach(function (f) {
f.style.height = e.data.height + 'px';
});
}
});
</script> Producers without that script just get the fixed 420px height — the widget still works, it just doesn't auto-grow.