New Facebook like button HTML validation
        Posted  
        
            by 
                Eric Di Bari
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric Di Bari
        
        
        
        Published on 2010-05-03T22:24:52Z
        Indexed on 
            2012/06/17
            9:16 UTC
        
        
        Read the original article
        Hit count: 337
        
After adding the new facebook like button to my page, it no longer validates using XHTML strict. The two errors I come across are:
- All of the "meta property" tags say that "there is no attribute "property""
 All of the variables used in the like button line are listed that there are no attributes for it. The line is as follows:
<fb:like href="http://www.pampamanta.org" layout="button_count" show_faces="false" width="120" action="like" font="arial" colorscheme="light"></fb:like>
© Stack Overflow or respective owner