Blogger Blogs Displaying Mysterious Safety Alert Popup Boxes
Wednesday, December 4, 2019
Edit
This week, we're seeing a few concerned spider web log owners, inwards Blogger Help Forum: Something Is Broken, bespeak almost a mysterious SECURITY WARNING popup box, on their blogs.
Like the before occupation organisation almost the transparent boxes roofing the blog, this appears to live on to a greater extent than or less other broken FaceBook Connect gadget.
The mysterious SECURITY WARNING isn't likewise difficult to resolve.
Generally, the occupation volition kickoff amongst a novel FaceBook accessory, late added.
If yous tin flaming pose the occupation gadget inwards your blog, yous tin flaming edit the gadget, together with Remove it. Some owners convey installed the code inwards question, inwards a specific post.
As an alternate solution, yous may add together CSS which volition enshroud the warning. Using the "Add CSS" wizard inwards the Template Designer Advanced menu, add together the next code:
As always, afterward yous add together or take away the code inwards question, together with relieve the changes, yous volition demand to clear browser cache together with restart the browser, to accurately examination success inwards resolving the problem.
>> Top
Like the before occupation organisation almost the transparent boxes roofing the blog, this appears to live on to a greater extent than or less other broken FaceBook Connect gadget.
The mysterious SECURITY WARNING isn't likewise difficult to resolve.
Generally, the occupation volition kickoff amongst a novel FaceBook accessory, late added.
<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/id_ID/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-like-box" data-href="http://www.facebook.com/xxxxxxx" data-width="265" data-show-faces="true" data-stream="true" data-header="true"></div>
If yous tin flaming pose the occupation gadget inwards your blog, yous tin flaming edit the gadget, together with Remove it. Some owners convey installed the code inwards question, inwards a specific post.
As an alternate solution, yous may add together CSS which volition enshroud the warning. Using the "Add CSS" wizard inwards the Template Designer Advanced menu, add together the next code:
#fb_xdm_frame_http, #fb_xdm_frame_https { display:none !important; }
As always, afterward yous add together or take away the code inwards question, together with relieve the changes, yous volition demand to clear browser cache together with restart the browser, to accurately examination success inwards resolving the problem.
>> Top