Also, if anybody else has anything to add and/or share, please feel free to join in the conversation 🙂
Thanks a lot and have a brilliant day!
Best, Bérangère
Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success. Don't miss this opportunity to connect and grow—reserve your spot today!
window.addEventListener('message', e => {
if (!e.data || 'string' !== typeof e.data) {
return
}
var data = JSON.parse(e.data)
if (!data.type || 'open-change' !== data.type) {
return
}
if (data.data.isOpen) {
// whatever you wanna do when opening
} else {
// whatever you wanna do when closing
}
})
Also, if anybody else has anything to add and/or share, please feel free to join in the conversation 🙂
Thanks a lot and have a brilliant day!
Best, Bérangère
Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success. Don't miss this opportunity to connect and grow—reserve your spot today!