Skip to content

Instantly share code, notes, and snippets.

@mglaman
Last active December 23, 2015 16:29
Show Gist options
  • Save mglaman/6661964 to your computer and use it in GitHub Desktop.
Save mglaman/6661964 to your computer and use it in GitHub Desktop.
Another example
$(window).bind("load resize", function(){
var container_width = $('#container').width();
$('#container').html('<div class="fb-like-box" ' +
'data-href="https://www.facebook.com/FacebookDevelopers"' +
' data-width="' + container_width + '" data-height="730" data-show-faces="false" ' +
'data-stream="true" data-header="true"></div>');
FB.XFBML.parse( );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment