Advertisement
academo

Untitled

Jun 1st, 2011
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div id="fb-root"></div>
  2. <script>
  3. window.fbAsyncInit = function() {
  4. FB.init({
  5. appId : '210621762294228',
  6. status : true, // check login status
  7. cookie : true, // enable cookies to allow the server to access the session
  8. xfbml : true // parse XFBML
  9. });
  10. };
  11.  
  12. (function() {
  13. var e = document.createElement('script');
  14. e.src = document.location.protocol + '//connect.facebook.net/es_ES/all.js';
  15. e.async = true;
  16. document.getElementById('fb-root').appendChild(e);
  17. }());
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement