Куда его вставлять?
$(window).load(function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
$('#preloader').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website.
if(window.innerWidth < 992){
$('body').delay(350).css({'overflow-y':'visible'});
$('.container').css('padding-top','0');
}
})
<div class="facebook-box col-lg-12 col-md-12 no-padding visible-md">
<div class="fb-like-box" data-href="https://www.facebook.com/manasairport" data-width="427" data-height="" data-colorscheme="light" data-show-faces="false" data-header="false" data-stream="false" data-show-border="false"></div>
</div>