{"id":3774,"date":"2025-09-05T10:09:13","date_gmt":"2025-09-05T10:09:13","guid":{"rendered":"https:\/\/www.condosviva.com\/phase-7\/"},"modified":"2025-12-04T16:51:10","modified_gmt":"2025-12-04T16:51:10","slug":"phase-7","status":"publish","type":"page","link":"https:\/\/www.condosviva.com\/en\/phase-7\/","title":{"rendered":"Phase 7"},"content":{"rendered":"<div id=\"planpoint-container\" style=\"position: relative; overflow: hidden; width: 100%; height: 100vh; transition: all 0.2s ease;\"><iframe id=\"planpoint\" style=\"position: relative; top: 0; left: 0; bottom: 0; right: 0; width: 100%; min-height: 100vh;\" src=\"https:\/\/app.planpoint.io\/CondosVIVA\/Condos VIVA?lang=fr&amp;style=Style%201C&amp;colorBase=&amp;colorAccent=&amp;colorHover=&amp;colorButton=&amp;colorButtonText=&amp;colorText=&amp;colorFeatured=&amp;colorSold=rgba(208%2C%202%2C%2027%2C%201)&amp;colorAvailable=rgba(203%2C%20109%2C%2028%2C%201)&amp;colorReserved=rgba(241%2C%20227%2C%2054%2C%201)\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"> <\/iframe><\/div>\n<p><script> (() => { if(typeof window !== 'undefined' && document !== 'undefined'){ let iframe; let enableResize = true; var onFullscreen = false; function getURLParams() { const params = new URLSearchParams(window.location.search); const f = params.get('f'); const u = params.get('u'); const utm_source = params.get('utm_source'); const utm_medium = params.get('utm_medium'); const utm_campaign = params.get('utm_campaign'); const token = params.get('token'); return { f, u, utm_source, utm_medium, utm_campaign, token }; }; const { f, u, utm_source, utm_medium, utm_campaign, token } = getURLParams(); const projectUrl = 'https:\/\/app.planpoint.io\/CondosVIVA\/Condos VIVA?lang=fr&style=Style%201C&colorBase=&colorAccent=&colorHover=&colorButton=&colorButtonText=&colorText=&colorFeatured=&colorSold=rgba(208%2C%202%2C%2027%2C%201)&colorAvailable=rgba(203%2C%20109%2C%2028%2C%201)&colorReserved=rgba(241%2C%20227%2C%2054%2C%201)'; const iframeSrc = projectUrl + (f ? `&f=${encodeURIComponent(f)}` : '') + (u ? `&u=${encodeURIComponent(u)}` : '') + (utm_source ? `&utm_source=${encodeURIComponent(utm_source)}` : '') + (utm_medium ? `&utm_medium=${encodeURIComponent(utm_medium)}` : '') + (utm_campaign ? `&utm_campaign=${encodeURIComponent(utm_campaign)}` : '') + (token ? `&token=${encodeURIComponent(token)}` : ''); const urlParams = new URLSearchParams(window.location.search); const utmParams = { utm_source: urlParams.get('utm_source'), utm_medium: urlParams.get('utm_medium'), utm_campaign: urlParams.get('utm_campaign'), token: urlParams.get('token'), parentURL: window.location.href || document.referrer, }; const interval = setInterval(() => { iframe = document.getElementById('planpoint'); if(iframe){ iframe.src = iframeSrc; clearInterval(interval); function adjustSizeToContent () { let iframeWindow = iframe.contentWindow; if(iframeWindow && enableResize){ iframeWindow.postMessage('get_size', '*'); }; }; var intervalWindow = setInterval(() => { adjustSizeToContent(); iframe.contentWindow.postMessage({ type: 'utm', data: utmParams }, '*'); }, 1000); function openFullscreen() { const element = document.querySelector('#planpoint-container'); if (element.requestFullscreen) { element.requestFullscreen(); } else if (element.mozRequestFullscreen) { element.mozRequestFullscreen(); } else if (element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if (element.msRequestFullscreen) { element.msRequestFullscreen(); } } function closeFullscreen() { if (document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement) { if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.mozCancelFullscreen) { document.mozCancelFullscreen(); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); } else if (document.msExitFullscreen) { document.msExitFullscreen(); } } } function fullscreenHandler (e) { onFullscreen = !onFullscreen; if (!onFullscreen) { iframe.contentWindow.postMessage({ type: 'close-fs'}, '*'); const iframeContainer = document.getElementById('planpoint-container'); setTimeout(() => { document.documentElement.style.overflow = 'auto'; iframeContainer.style.position ='relative'; iframeContainer.style.top = 'auto'; iframeContainer.style.left = 'auto'; iframeContainer.style.zIndex = 'auto'; iframeContainer.scrollIntoView(); enableResize = true; }, 500); } else { const iframeContainer = document.getElementById('planpoint-container'); document.documentElement.scrollTop = 0; document.documentElement.style.overflow = 'hidden'; iframeContainer.style.position ='fixed'; iframeContainer.style.top = '0'; iframeContainer.style.left = '0'; iframeContainer.style.height = '100vh'; iframeContainer.style.width = '100%'; iframeContainer.style.zIndex = '1000000000000000000000000'; iframe.style.height = '100vh'; iframe.style.width = '100%'; enableResize = false; } } window.addEventListener('message', (event) => { if(event.data.type === 'fullscreen'){ if(event.data.active){ openFullscreen(); }else{ closeFullscreen(); }; return; }else if (event.data.type === 'resize'){ const {h, w} = event.data; const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(h) + 'px'; iframeContainer.style.height = String(h) + 'px'; }else if (event.data?.type === 'scroll-to-top') { const iframeContainer = document.getElementById('planpoint-container'); iframeContainer.scrollIntoView({ behavior: 'smooth', block: 'start' }) }else{ if(typeof event.data === 'string'){ const [intendedHeight, intendedWidth] = event.data.split('x'); const h = parseInt(intendedHeight); const w = parseInt(intendedWidth); const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height =  String(h) + 'px'; iframeContainer.style.height = String(h) + 'px'; }; }; }); document.addEventListener('click', function(event) { const eventData = { type: event.type, }; iframe.contentWindow.postMessage({ type: 'click', data: eventData }, '*'); }); document.addEventListener('scroll', function(event) { const pageY = window.pageYOffset || document.documentElement.scrollTop; const iframeContainer = document.getElementById('planpoint-container'); const { top: iframeRelativeY } = iframeContainer.getBoundingClientRect(); const eventData = { type: event.type, pageY, iframeY: iframeContainer.offsetTop, iframeRelativeY, iframeHeight: iframe.scrollHeight }; iframe.contentWindow.postMessage(eventData , '*'); }); document.addEventListener('fullscreenchange', fullscreenHandler); document.addEventListener('webkitfullscreenchange', fullscreenHandler); document.addEventListener('mozfullscreenchange', fullscreenHandler); document.addEventListener('MSFullscreenChange', fullscreenHandler); }; }, 1000); }; })(); <\/script><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3774","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Phase 7 - Condos VIVA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.condosviva.com\/en\/phase-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Phase 7 - Condos VIVA\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.condosviva.com\/en\/phase-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Condos VIVA\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T16:51:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.condosviva.com\\\/en\\\/phase-7\\\/\",\"url\":\"https:\\\/\\\/www.condosviva.com\\\/en\\\/phase-7\\\/\",\"name\":\"Phase 7 - Condos VIVA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.condosviva.com\\\/#website\"},\"datePublished\":\"2025-09-05T10:09:13+00:00\",\"dateModified\":\"2025-12-04T16:51:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.condosviva.com\\\/en\\\/phase-7\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.condosviva.com\\\/en\\\/phase-7\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.condosviva.com\\\/en\\\/phase-7\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.condosviva.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Phase 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.condosviva.com\\\/#website\",\"url\":\"https:\\\/\\\/www.condosviva.com\\\/\",\"name\":\"Condos VIVA\",\"description\":\"Projet immobilier \u00e0 Laval\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.condosviva.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Phase 7 - Condos VIVA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.condosviva.com\/en\/phase-7\/","og_locale":"en_US","og_type":"article","og_title":"Phase 7 - Condos VIVA","og_url":"https:\/\/www.condosviva.com\/en\/phase-7\/","og_site_name":"Condos VIVA","article_modified_time":"2025-12-04T16:51:10+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.condosviva.com\/en\/phase-7\/","url":"https:\/\/www.condosviva.com\/en\/phase-7\/","name":"Phase 7 - Condos VIVA","isPartOf":{"@id":"https:\/\/www.condosviva.com\/#website"},"datePublished":"2025-09-05T10:09:13+00:00","dateModified":"2025-12-04T16:51:10+00:00","breadcrumb":{"@id":"https:\/\/www.condosviva.com\/en\/phase-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.condosviva.com\/en\/phase-7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.condosviva.com\/en\/phase-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.condosviva.com\/en\/"},{"@type":"ListItem","position":2,"name":"Phase 7"}]},{"@type":"WebSite","@id":"https:\/\/www.condosviva.com\/#website","url":"https:\/\/www.condosviva.com\/","name":"Condos VIVA","description":"Projet immobilier \u00e0 Laval","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.condosviva.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/pages\/3774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/comments?post=3774"}],"version-history":[{"count":1,"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/pages\/3774\/revisions"}],"predecessor-version":[{"id":3775,"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/pages\/3774\/revisions\/3775"}],"wp:attachment":[{"href":"https:\/\/www.condosviva.com\/en\/wp-json\/wp\/v2\/media?parent=3774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}