Skip to content

Instantly share code, notes, and snippets.

@mpj
Created June 17, 2010 07:44
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 mpj/441813 to your computer and use it in GitHub Desktop.
Save mpj/441813 to your computer and use it in GitHub Desktop.
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<body>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '389030183265', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = 'http://connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>
<!--<fb:comments xid="4as85dd4asasd54asd5sd46" numposts="10" width="550"></fb:comments>-->
<fb:comments numposts="10" width="550"></fb:comments>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment