Prepare event data
Create the event, add buildings and floors, upload floor plans, and organize exhibitor or location data before map production begins.
Mapboot is built to launch as a browser-based event map. Your team prepares the event structure, Mapboot builds the interactive map, and the finished viewer is embedded directly into your event website.
Integration is less about custom engineering and more about getting the map structure right before launch. Once the map is approved, the website embed is intentionally small.
Create the event, add buildings and floors, upload floor plans, and organize exhibitor or location data before map production begins.
Mapboot turns the approved floor plan into a live map with searchable locations, categories, routes, and optional brand treatment.
Your website page includes one target element and a small JavaScript initialization snippet that points to the approved map ID.
Test on desktop and mobile, publish the page, share QR links, then use feedback and analytics to tune the attendee experience.
The website page needs a container for the viewer, the Mapboot viewer script, and a call to initialize the map. Replace the sample map ID with the production map ID from your Mapboot project.
<!-- 1. Add a map container to your event page. -->
<div id="mapboot" style="width:100%;height:720px;"></div>
<!-- 2. Load the Mapboot viewer. -->
<script type="module"
src="https://cdn.mapboot.com/releases/viewer/v.0.0.46/mapboot.min.js"
onload="initMapboot()"></script>
<!-- 3. Point the viewer to your approved map ID. -->
<script>
function initMapboot() {
mapboot.init({
target: "#mapboot",
mapid: "YOUR_MAP_ID",
unit: "m",
});
}
</script>
Confirm map names, floor labels, booth IDs, category names, sponsor placements, and the final event URL before the page is promoted.
Use the same embedded page for attendee links, QR codes, help desk references, exhibitor emails, and signage throughout the venue.
Review search behavior, popular locations, and feedback so the next floor plan and exhibitor metadata are easier to improve.
Bring your floor plan, exhibitor list, preferred event URL, and launch date. Mapboot can help turn those into a practical integration path.