Free for venues, chambers, university orgs, and anyone else on the Palouse. Pulls every event we have, updated daily. Pick your filters, copy the snippet, paste into any page.
Configure
Used in UTM parameters so we know which embeds drive traffic.
Paste this
<iframe
id="palouse-events-default"
src="https://palousecalendar.com/embed?days=14&limit=8"
width="400"
height="600"
style="border:0;border-radius:12px;max-width:100%;display:block;"
title="Upcoming events from The Palouse Calendar"
loading="lazy"
></iframe>
<script>
(function(){
window.addEventListener("message", function(e){
var d = e.data;
if (!d || d.source !== "palouse-calendar-embed" || d.type !== "resize") return;
var f = document.getElementById("palouse-events-default");
if (f && d.height) f.style.height = d.height + "px";
});
})();
</script>
Drop into any HTML page, Squarespace code block, WordPress custom HTML widget, or Webflow embed.
Live preview
Questions, custom styling, or want a co-branded version? Reach out and we'll help — embeds for chamber, visitor bureau, and university partners are free and we'll prioritize integration support.