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.

I've successfully added a comment box as described at the social plugins page:

I also included the following metatags:

<meta content='XXX' property='fb:app_id'/>
<meta content='YYY' property='fb:admins'/>
<meta content="YYY" property="fb:moderator"/>

Nothing seems to make a difference!

EDIT: yes, the values are ok, I had the older version and everything used to work.

Thanks!

share|improve this question
So those users in fb:moderator do or do not have moderator permissions? Please explain your question little bit more. – Olli Oct 1 '11 at 5:37

1 Answer

Is it just broken in IE? If so, maybe you forgot to add the fb namespace to your html tag:

<html xmlns:fb="http://www.facebook.com/2008/fbml">
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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