Last active
December 23, 2015 05:39
-
-
Save pabloprogramador/6588723 to your computer and use it in GitHub Desktop.
Facebook like box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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/pt_BR/all.js#xfbml=1"; | |
| fjs.parentNode.insertBefore(js, fjs); | |
| }(document, 'script', 'facebook-jssdk')); | |
| </script> | |
| <div class="fb-like-box fb_iframe_widget" data-href="http://www.facebook.com/clubedoaniversario" | |
| data-send="true" data-width="292" data-height="230" data-show-faces="true" data-stream="false" | |
| data-header="false" fb-xfbml-state="rendered"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment