Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

As far as I can tell, my meta tags are all correct

Here are the linter results which all appear normal, and when you press the like button on this page, it works

If you do the same thing from here (where the actual users will be) it doesn't work

Below are all my meta tags for open graph

<meta content="706887311" property="fb:admins">
<meta content="185050568185601" property="fb:app_id">
<meta content="WaggleB.com" property="og:site_name">
<meta content="article" property="og:type">
<meta content="CB!!!!!!! EDIT" property="og:title">
<meta content="http://waggleb.com/12454874521145474-2/?Id=631D9B88-D468-44F5-B76B-04B7CB849616&amp;Type=6FB1E07C-4E14-4F7D-9F27-356CCD617FFE&amp;Source=" property="og:url">
<meta content="CB" property="og:description">
<meta content="http://waggleb.com/wp-content/themes/waggleb/style/images/mini_logo.png" property="og:image">
share|improve this question
problem has inexplicably vanished, put it down to facebook bug. Feel free to vote to close. – Mild Fuzz May 17 '11 at 13:16

closed as too localized by Mild Fuzz, Robert Harvey May 17 '11 at 18:40

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Have you tried closing the meta tags?

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

I know Facebook are getting more and more strict with their XHTML in their APIs.

http://developers.facebook.com/docs/opengraph/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.