Hello,
Can you kindly share your site link and a screenshot of the issue so that I can check it?
Thank you for responding. I changed the background panel to be white so you really can’t see the issue now. It happens when people are using plugins to disconnect facebook from following them. It loads the empty iframe. It’s not a glitch in your plugin. It’s a matter of the iframe for the plugin having a white background. When I change the code to transparent in dev tools it is better. There is still an empty space but not a white block.
screenshot when the background is blue and facebook disconnect extension is enabled: https://ibb.co/jJH1K0C
site address – remove the spaces: awl rescue me .com
elementor is in use.
Code for the iframe.
<div id="ocean_facebook-2" class="footer-widget widget_facebook_likebox clr">
<iframe src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FAWLPetStore%2F&width=300&height=450&colorscheme=light&show_faces=false&stream=true&show_border=false&header=false&force_wall=true" scrolling="no" style="border: none; overflow: hidden; width: 300px; height: 450px; background: #fff" frameborder="0"></iframe></div>
<iframe src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FAWLPetStore%2F&width=300&height=450&colorscheme=light&show_faces=false&stream=true&show_border=false&header=false&force_wall=true" scrolling="no" style="border: none; overflow: hidden; width: 300px; height: 450px; background: #fff" frameborder="0"></iframe>
the iframe code was truncated.
Edit – no it’s all there – I didn’t see the scrollbar.