Skip to main content
Our Hosted Widgets allow you to embed professional snow report and operating hours displays on your website with just two lines of code. The widgets are fully responsive, automatically update with your data, and can be customized to match your site’s styling.
The easiest way to generate your embed code is through the visual builder in the Integration section of your MtnManager dashboard. It lets you configure options and preview your widget before copying the code.

Available Widgets

Snow Report

The Snow Report widget displays comprehensive conditions data including:
  • Overview - Open/closed status with operating hours, plus overview of open runs/lifts and grooming
  • Snow Conditions - Base depth, snowfall (for various time periods), and surface conditions
  • Weather - Temperature, wind, and precipitation, plus hourly and daily forecasts
  • Lifts - Real-time lift status, and wait time if tracked
  • Runs - Run status with grooming information and public condition notes
  • Summer Trails - Trail status for hiking, biking, and other summer activities
  • Terrain Parks - Terrain park status and list of features
Units default to your resort’s preferred setting (imperial or metric), but visitors can toggle between them.
<iframe data-mtnmanager-frame src="https://demo.mtnmanager.com/hosted/snow-report" style="border: none; width: 100%; height: 500px;"></iframe>
<script src="https://demo.mtnmanager.com/hosted/frame-handler.js"></script>

Hours

The Hours widget displays your operating schedule including:
  • Regular Hours - Weekly operating schedule
  • Calendar View - Monthly calendar showing open days/hours and closures
The calendar distinguishes between days that aren’t scheduled to be open (shown as white/blank) and override closures which display as red/closed.
<iframe data-mtnmanager-frame src="https://demo.mtnmanager.com/hosted/hours" style="border: none; width: 100%; height: 500px;"></iframe>
<script src="https://demo.mtnmanager.com/hosted/frame-handler.js"></script>

Customization Parameters

Customize widgets by adding query parameters to the iframe src URL.

Common Parameters

These parameters work with both widgets:
ParameterTypeDefaultDescription
fontSizeCSS size16pxBase font size (accepts px, rem, or em units)
fontUrlHTTPS URLInterURL to a custom WOFF2 font file
boldFontUrlHTTPS URLInter BoldURL to a bold variant of your custom font (if not using a variable weight font)
sidePaddingtrue / falsetrueDisable padding around the side of the overall page content
autoDarkModetrue / falsefalseAutomatically detect and match the user’s system dark mode preference
backgroundColorCSS colorwhiteBackground color of the widget (accepts hex, rgb, or named colors)
darkModeBackgroundColorCSS color#111827Background color when in dark mode
For fonts, we recommend a variable weight WOFF2 format. Your font must also be available to be loaded cross-origin from your-domain.mtnmanager.com with proper CORS configuration.

Snow Report Parameters

ParameterTypeDefaultDescription
sectionsComma-separated listAll sectionsControl which sections to display and their order. Options: status, snow, weather, lifts, runs, summer-trails, terrain-parks
allowUnitToggletrue / falsetrueShow toggle for users to switch between imperial and metric units
showTimestampstrue / falsetrueDisplay last-updated timestamps for data
showGaugestrue / falsetrueShow visual gauge indicators of overview counts (open runs, open lifts, etc.)
showCurrentDatetrue / falsefalseDisplay the current date at the top of the status section
seasonwinter / summer / autowinterDisplay a winter or summer report, or auto-update based on current season

Hours Parameters

ParameterTypeDefaultDescription
showRegularHourstrue / falsetrueHide the regular weekly hours schedule, and just how the calendar
Need more control? If you need complete control over the presentation of your data, MtnManager also provides a full API for building custom integrations. See the API Documentation for details.