4L Rodeo Co.
6 upcoming · 8 total on RodeoList
Upcoming
Jun 5 – Jun 6, 2026
Mountain Top Rodeo
R-Ranch in the Mts. Arena · Dahlonega, GA
Jun 19 – Jun 20, 2026
47th Annual Phillips Tough Enough to Wear Pink
Phillips Ranch Arena · Resaca, GA
Jul 10 – Jul 11, 2026
45th Bartow Co. Tough Enough t Wear Pink Champ.
Cartersville Rodeo Grounds · Cartersville, GA
Aug 21 – Aug 22, 2026
Villa Rica Frontiers' Rodeo
Big Field beside V-Plex Civic Center · Villa Rica, GA
Sep 25 – Sep 26, 2026
Annual Harris County Cattlemen's Pro Rodeo
Mike Tracey Arena · Hamilton, GA
Oct 1 – Oct 2, 2026
Alhambra North Georgia Rodeo
Davis Cattle Company Arena · Ringgold, GA
Past events
- Tate FFA Alumni Foundation Rodeo May 1, 2026 · Pensacola, FL
- Lowry's 4L Ranch Rodeo May 9, 2026 · Summerville, GA
Venues where 4L Rodeo Co. runs events
- — Big Field beside V-Plex Civic Center · Villa Rica, GA 1
- — Cartersville Rodeo Grounds · Cartersville, GA 1
- — Davis Cattle Company Arena · Ringgold, GA 1
- — Escambia Co. Equestrian Arena · Pensacola, FL 1
- — Mike Tracey Arena · Hamilton, GA 1
- — Phillips Ranch Arena · Resaca, GA 1
- — R-Ranch in the Mts. Arena · Dahlonega, GA 1
- — Summerville Rodeo Grounds · Summerville, GA 1
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/4l-rodeo-co" width="100%" height="420" style="border:1px solid #c8b18a;border-radius:2px;" loading="lazy" title="4L Rodeo Co. — upcoming events"></iframe> Customization & auto-resize
Change how many events show.
Add ?limit=N to the
src (1–25, default 10). Example: /embed/producer/4l-rodeo-co?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.