document.addEventListener('DOMContentLoaded', function() {
// Only run on page 2240
if(document.body.classList.contains('postid-2240')) {
// Load YouTube IFrame API
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// When API is ready
window.onYouTubeIframeAPIReady = function() {
var player = new YT.Player('welcome-video-youtube', {
events: {
'onStateChange': function(event) {
// 0 = ended
if(event.data === 0){
elementorProFrontend.modules.popup.closePopup({ id: 2360 });
}
}
}
});
};
}
});
💬 Chat with LXV Wine
Notifications