Created
          December 15, 2012 22:38 
        
      - 
      
 - 
        
Save meishern/4299982 to your computer and use it in GitHub Desktop.  
    jQuery Facebook Like Button XFBML Ajax parser
  
        
  
    
      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
    
  
  
    
  | $(document).ajaxComplete(function(){ | |
| try{ | |
| FB.XFBML.parse(); | |
| }catch(ex){} | |
| }); | |
| //ref: http://stackoverflow.com/questions/3548493/how-to-detect-when-facebooks-fb-init-is-complete | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment