Aktuelles

aus dem Pfarrleben…

document.addEventListener(„DOMContentLoaded“, function() { const facebookFeed = document.getElementById(‚pw_social_media_facebook_feed‘); const observer = new IntersectionObserver(function(entries) { if (entries[0].isIntersecting) { if (!document.getElementById(„pw_social_media_facebook_feed_iframe“)) { const iframe = document.createElement(‚iframe‘); iframe.id = „pw_social_media_facebook_feed_iframe“; iframe.loading = „lazy“; iframe.width = „100%“; iframe.height = „auto“; iframe.frameborder = „0“; iframe.scrolling = „no“; iframe.src = „https://team.pinzweb.at/social-stream/1191/“; // Stellen Sie sicher, dass https://team.pinzweb.at/social-stream/1191/ korrekt aufgelöst wird facebookFeed.appendChild(iframe); } observer.unobserve(facebookFeed); } }, { rootMargin: ‚200px‘, threshold: 0.2 }); observer.observe(facebookFeed); window.addEventListener(‚message‘, function(e) { if (e.data[0] === ’setHeightFacebook‘) { const iframe = document.getElementById(„pw_social_media_facebook_feed_iframe“); if (iframe) { iframe.height = e.data[1]; } } }, false); }); iframe { border: none; }