Skip to content

Instantly share code, notes, and snippets.

@eliasfaical
Created July 12, 2013 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliasfaical/5984907 to your computer and use it in GitHub Desktop.
Save eliasfaical/5984907 to your computer and use it in GitHub Desktop.
Carregamento de Widget ( facebook, Twitter)
$(window).load(function(){
$('#facebook_like_box')
.html('<iframe src="https://www.facebook.com/plugin...></iframe>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment