You can embed YouTube and Vimeo videos directly onto your event webpage, allowing participants to watch content without leaving the site. Similarly, you can embed Google Maps, enabling participants to navigate locations seamlessly within the event page.
For each of these sections, you’ll need to use the embed/iframe option provided by the respective platform. This ensures smooth integration and an optimized viewing experience.
Youtube embed option - Recommended width and height: 1100 x 500
Example code for a Youtube video to paste in the Video section in the Azavista builder - In this example you can replace the bold part "https://www.youtube.com/embed/E4jYMWB3BqY" with the actual youtube video ID.
<iframe width="560" height="315" src="https://www.youtube.com/embed/E4jYMWB3BqY?si=aanxJo3N4nbO1HEg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Vimeo embed option
Example code to paste in the Video section in the Azavista builder - In this example you can replace the bold part "https://player.vimeo.com/video/1071712932" with the actual vimeo video ID.
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1071712932?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Azavista - onsite check-in and badge printing"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
Google Maps embed option