I have an interesting issue going on here. I'm trying to use facebook comments plugin on my website, and include the necessary meta tags required by Facebook (as far as I know) to work right.
What's interesting about this issue is that I don't get the warning on some pages and on others I do, and the only things that change are the pics and in some cases a description.
Now, if you could take a moment to look at these pages to see what I mean:
http://www.terrybrownmusic.com/photos/photo/146
displays just right, no errors.
But when you visit this page:
http://www.terrybrownmusic.com/photos/photo/147
I get the error at the comments section. Here is my .htaccess file IDK if it has anything to do with it.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
any thoughts would be great guys. Thank you for your time!
[edit]
I just want to add that when I do get the debugger to work, It says that the og:url tag is not there, but it is!