Embed msndo on Your Site

Add a free, auto-updating events widget to your website. Great for venues, blogs, community organizations, and local businesses.

Quick Start

Paste this code anywhere on your page to show upcoming Madison events:

<div id="madison-events-widget"></div> <script src="https://msndo.com/static/js/embed.js" async></script>

Customization Options

Add data attributes to the widget div to customize what events are shown:

Attribute Values Description
data-category Music, Comedy, Community, etc. Show only events from this category
data-venue Any venue name (partial match) Show only events at this venue
data-limit 1-20 (default: 5) Number of events to display
data-theme light or dark Widget color theme

Examples

Show only music events:

<div id="madison-events-widget" data-category="Music" data-limit="5"> </div> <script src="https://msndo.com/static/js/embed.js" async></script>

Show events at a specific venue (dark theme):

<div id="madison-events-widget" data-venue="Majestic" data-limit="10" data-theme="dark"> </div> <script src="https://msndo.com/static/js/embed.js" async></script>

Live Preview

Light Theme

Dark Theme

Other Integration Options

Beyond the widget, you can integrate msndo data in other ways: