html - Facebook meta tags screws up w3c validiation -



html - Facebook meta tags screws up w3c validiation -

<meta property="fb:admins" content="10476" />

w3c told me

error line 10, column 16: there no attribute "property"

how can prepare it?

you can't prepare it, facebook code not valid html. can't create html page passes validation if want utilize facebook scripts on it.

unless, of course, rewrite facebook client code have on page code uses valid html elements.

html w3c-validation

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -