Choose your map type and copy the corresponding code snippet into your website
You may want to give proper dimensions to your iframe in CSS, ex. iframe { width: 100%; height: 100%; } (width and height attributes are not recommended for accessibility).
iframe { width: 100%; height: 100%; }
Full map (shows countries, groups and events)
<iframe title="XR France map" allowfullscreen src="https://rebellion.global/maps/fr-france/"></iframe>
Group map (only shows countries and groups)
<iframe title="XR France groups map" allowfullscreen src="https://rebellion.global/maps/fr-france/groups/"></iframe>
Events map (Only shows events)
<iframe title="XR France events map" allowfullscreen src="https://rebellion.global/maps/fr-france/events/"></iframe>