Is there any way to get facebook\'s crappy Open Graph meta tags to validate if my doctype is (HTML5)?
Other than facebook\'s Open
These meta tags are only required when facebook scans the page for these tags.
if(eregi("facebookexternalhit", $_SERVER['HTTP_USER_AGENT'])){
echo '
The said tags will only be present when facebook needs them - this method with PHP removes them completely for all other instances including W3C validation.