Overview

Stay22 Maps is an embeddable accommodation map widget.

Drop an iframe on your page, point it at a location, and your users see an interactive map with nearby hotels and rentals - with your affiliate tracking built in.

How it works

You build an iframe URL with your affiliate ID and a destination

You put that iframe in your HTML

Users see an interactive map with accommodation markers near the destination

Clicking a listing redirects through Allez - generating affiliate commissions

No API dependency, no backend work.

This is Stay22's first product and how Stay22 got its start.

Quick example

<iframe
  src="https://www.stay22.com/embed/gm?aid=<AID>&address=Bell+Centre+Montreal"
  style="width: 100%; height: 380px; border: none;"
  loading="lazy"
></iframe>

That's a working map embed. The aid tracks revenue to you, the address centers the map. Everything else is optional.

When to use Maps

  • You want a visual accommodation experience (map with markers, not just links)
  • Your content is location-based (events, venues, travel guides, city pages)
  • You want a drop-in widget with no backend work
  • You're deploying at scale - build iframe URLs dynamically from your page data

Next steps

On this page