Blogger Blogs Displaying Mysterious Transparent Boxes, Roofing Weblog Content
Saturday, February 22, 2020
Edit
We're seeing a steady inundation of occupation reports most diverse Blogger blogs that bring developed a mysterious transparent box, roofing to a greater extent than or less component of the weblog surface when displayed. Some blogs display the box for all views, others for principal page sentiment only, as well as nonetheless others for specific private posts. The box may hold upwardly visible at the summit of the page or inwards the center - as well as may scroll amongst the screen, or may stay fixed relative to the display. In many cases, it blocks of import weblog content, as well as / or prevents clicking on crucial links.
Initial observations, during the forthwith previous 2 - 3 days. referred to a "FaceBook or similar Social Networking gadget". Digging deeper, as well as looking closely at reported cases, nosotros tin laissez passer on the sack await for the occupation itself.
After repeated exam of multiple cases, we're seeing a to a greater extent than specific pattern, inwards the occupation source code. Using a text browser tool, nosotros respect the next code (with gratis occupation breaks added for readability), which appears to hold upwardly the marrow of the problem.
(Note that "xxxxxxxxxxx" volition hold upwardly the FaceBook user name, providing the proper addressing to the concern human relationship where the "Like" transaction is targeted).
The occupation appears to involve the FaceBook Like accessory. It's possible that FaceBook Support tin laissez passer on the sack render a ameliorate diagnosis - but for correct now, I'll but advise removal of the higher upwardly code. In the cases where the code was installed into an empty HTML / JavaScript gadget (and amongst no other accessories installed in that place also), I'll advise removal of the gadget containing the code.
If y'all tin laissez passer on the sack lay the occupation gadget inwards your blog, y'all tin laissez passer on the sack edit the gadget, as well as Remove it.
As an alternate solution, y'all may add together CSS which volition cover the boxes. Only fourth dimension volition tell, if this is a ameliorate option for many weblog owners. Using the "Add CSS" wizard inwards the Template Designer Advanced menu, add together the following:
Depending upon your marker of technical comfort as well as expertise, y'all may elect whatever i of 3 solutions.
Note that subsequently y'all add together or take the code inwards question, as well as relieve the changes, y'all volition involve to clear browser cache as well as restart the browser, to accurately examine success inwards resolving the problem.
>> Top
Initial observations, during the forthwith previous 2 - 3 days. referred to a "FaceBook or similar Social Networking gadget". Digging deeper, as well as looking closely at reported cases, nosotros tin laissez passer on the sack await for the occupation itself.
After repeated exam of multiple cases, we're seeing a to a greater extent than specific pattern, inwards the occupation source code. Using a text browser tool, nosotros respect the next code (with gratis occupation breaks added for readability), which appears to hold upwardly the marrow of the problem.
<div id="fb-root"></div><script> (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script><br /> <div class="fb-like" data-href="https://www.facebook.com/xxxxxxxxxxx" data-send="false" data-show-faces="true" data-width="450"></div>
(Note that "xxxxxxxxxxx" volition hold upwardly the FaceBook user name, providing the proper addressing to the concern human relationship where the "Like" transaction is targeted).
The occupation appears to involve the FaceBook Like accessory. It's possible that FaceBook Support tin laissez passer on the sack render a ameliorate diagnosis - but for correct now, I'll but advise removal of the higher upwardly code. In the cases where the code was installed into an empty HTML / JavaScript gadget (and amongst no other accessories installed in that place also), I'll advise removal of the gadget containing the code.
If y'all tin laissez passer on the sack lay the occupation gadget inwards your blog, y'all tin laissez passer on the sack edit the gadget, as well as Remove it.
As an alternate solution, y'all may add together CSS which volition cover the boxes. Only fourth dimension volition tell, if this is a ameliorate option for many weblog owners. Using the "Add CSS" wizard inwards the Template Designer Advanced menu, add together the following:
#fb_xdm_frame_http, #fb_xdm_frame_https { display:none !important; }
Depending upon your marker of technical comfort as well as expertise, y'all may elect whatever i of 3 solutions.
- Remove the entire HTML gadget.
- Remove the specific occupation code.
- Add CSS to cover the problem.
Note that subsequently y'all add together or take the code inwards question, as well as relieve the changes, y'all volition involve to clear browser cache as well as restart the browser, to accurately examine success inwards resolving the problem.
>> Top