<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script>
window.venueConfig = {
clientId: ‘clientId’,
clientSecret: ‘clientSecret’,
org: ‘mappedin’,
venueSlug: ‘mappedin-demo-mall’
};
<noscript>You need to enable JavaScript to run this app.</noscript>
<script>
window.venueConfig = {
clientId: ‘clientId’,
clientSecret: ‘clientSecret’,
org: ‘mappedin’,
venueSlug: ‘mappedin-demo-mall’
};
window.addEventListener(“DOMContentLoaded”, (event) => {
MappedinLeasing.init(venueConfig);
});
</script>
<div id=”mappedin-root” data-lang=”en”></div>
<script src=”https://demos-ssl.mappedin.com/web/leasing-app/mappedin-leasing.js“></script>
</body>
Then replace the window.venueConfig values with the ones in this secure Bitwarden vault for the next 7 days https://send.bitwarden.com/#BineAxbEK0SbE63GASSS8A/y67jT7K2C2rcYaasCmFWcA
Style the mappedin-root tag as needed, just ensure that its position remains as “relative” or “absolute”. This is the style we use for our demos (for reference):
#mappedin-root {
max-width: 500px;
width: 100%;
height: 500px;
border: 4px solid #0c224054;
}