$(document).ready(
  function( )
  {
    $('div#fb-root').find('iframe').css('width', '0px');
  }
);
