News
News from Facebook
document.addEventListener(“DOMContentLoaded”, function(){
const pw_socialstream_facebook_iframe = document.createElement(‘iframe’);
pw_socialstream_facebook_iframe.id = “pw_social_media_facebook_feed_iframe”;
pw_socialstream_facebook_iframe.loading = “lazy”;
pw_socialstream_facebook_iframe.width = “100%”;
pw_socialstream_facebook_iframe.height = “auto”;
pw_socialstream_facebook_iframe.frameborder = “0”;
pw_socialstream_facebook_iframe.scrolling = “no”;
pw_socialstream_facebook_iframe.src = “https://team.pinzweb.at/social-stream/141/”;
document.querySelector(“#pw_social_media_facebook_feed”).appendChild(pw_socialstream_facebook_iframe);
window.addEventListener(‘message’, function(e) {
let pw_socialstream_facebook_eventName = e.data[0];
let pw_socialstream_facebook_data = e.data[1];
switch(pw_socialstream_facebook_eventName) {
case ‘setHeightFacebook’:
document.getElementById(“pw_social_media_facebook_feed_iframe”).height = pw_socialstream_facebook_data;
break;
}
}, false);
});
iframe{border:0;}



