Okay… so we were able to get Facebook to properly display og:meta data for the like button, but the comments feature still isn’t working for us. We did see that we were having issues with the doctype and char encoding, which we have fixed. But as I said, the comments function still isn’t using the og:meta data. here is our code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>White Coat Rack w/ Shelf : Personalized Step Stool : Gifts for Kids : Name Puzzle Stools</title>
<meta name="DESCRIPTION" content="ItsJust4me.com - personalized gifts for all ages! Personalized Step Stools, Personalized Puzzle Stools, Personalized CD, Personalized Books, Personalized Crayola Gifts, Personalized NFL Gifts, and more!">
<meta name="robots" content="INDEXFOLLOW">
<meta http-equiv="CONTENT-LANGUAGE" content="English">
<meta name="robots" content="INDEXFOLLOW">
<meta name="REVISIT-AFTER" content="1">
<meta name="RATING" content="General">
<meta name="ObjectType" content="Document">
<meta name="Revisit" content="1">
<meta name="CLASSIFICATION" content="Advertising">
<meta name="Distribution" content="Local">
<link rel="stylesheet" type="text/css" href="http://www.itsjust4me.com/usermods/_INCstyles_.css" media="all">
<link rel="stylesheet" type="text/css" href="http://www.itsjust4me.com/usermods/stylemy.css" media="all">
<script type="text/javascript" src="http://www.itsjust4me.com/usermods/timer.js"></script><script type="text/javascript" src="http://www.itsjust4me.com/usermods/ajax.js"></script><meta property="og:title" content="Name Puzzle Stool">
<meta property="og:url" content="http://www.itsjust4me.com/Products/CoatRacks/White_Personalized_Coat_Rack.html">
<meta property="og:type" content="product">
<meta property="og:description" content="ItsJust4me.com - personalized gifts for all ages! Personalized Step Stools, Personalized Puzzle Stools, Personalized CD, Personalized Books, Personalized Crayola Gifts, Personalized NFL Gifts, and more!">
<meta property="og:image" content="http://www.itsjust4me.com/prodimages/CoatWhiShe_lg.jpg">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>White Coat Rack w/ Shelf : Personalized Step Stool : Gifts for Kids : Name Puzzle Stools</title>
<meta name="DESCRIPTION" content="ItsJust4me.com - personalized gifts for all ages! Personalized Step Stools, Personalized Puzzle Stools, Personalized CD, Personalized Books, Personalized Crayola Gifts, Personalized NFL Gifts, and more!">
<meta name="robots" content="INDEXFOLLOW">
<meta http-equiv="CONTENT-LANGUAGE" content="English">
<meta name="robots" content="INDEXFOLLOW">
<meta name="REVISIT-AFTER" content="1">
<meta name="RATING" content="General">
<meta name="ObjectType" content="Document">
<meta name="Revisit" content="1">
<meta name="CLASSIFICATION" content="Advertising">
<meta name="Distribution" content="Local">
<link rel="stylesheet" type="text/css" href="http://www.itsjust4me.com/usermods/_INCstyles_.css" media="all">
<link rel="stylesheet" type="text/css" href="http://www.itsjust4me.com/usermods/stylemy.css" media="all">
<script type="text/javascript" src="http://www.itsjust4me.com/usermods/timer.js"></script><script type="text/javascript" src="http://www.itsjust4me.com/usermods/ajax.js"></script><meta property="og:title" content="Name Puzzle Stool">
<meta property="og:url" content="http://www.itsjust4me.com/Products/CoatRacks/White_Personalized_Coat_Rack.html">
<meta property="og:type" content="product">
<meta property="og:description" content="ItsJust4me.com - personalized gifts for all ages! Personalized Step Stools, Personalized Puzzle Stools, Personalized CD, Personalized Books, Personalized Crayola Gifts, Personalized NFL Gifts, and more!">
<meta property="og:image" content="http://www.itsjust4me.com/prodimages/CoatWhiShe_lg.jpg">
<meta property="fb:app_id" content="231280463620932">
</head>
<body onload="GetCurrentTime();GetSpecialInfo();">
<div id="livezilla_tracking" style="display:none"></div>
<div id="fb-root"></div><meta property="fb:app_id" content="231280463620932">
</head>
<body onload="GetCurrentTime();GetSpecialInfo();">
<div id="livezilla_tracking" style="display:none"></div>
<div id="fb-root"></div>
We are also able to finally get Facebook to scrape the page… but still no luck with the comment http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.itsjust4me.com%2FProducts%2FCoatRacks%2FWhite_Personalized_Coat_Rack.html
Well, the error is complaining that you haven’t specified an
og:urltag – why not do that and see if it fixes it?Also, possibly unrelated, but the
<meta>tags should be lowercase. Dunno if Facebook validates them that way, but worth a try.