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'm trying to migrate my old Facebook comments box to the new one. I added to my code 'migrated="1"', nothing else changed.

<fb:comments xid="myxid" url="/url/to/article" width="618" migrated="1"></fb:comments>

But old comments box is still there! Nothing happened, comments look the same. What do I do wrong? Is there anything else I should do?

According to this article http://developers.facebook.com/blog/post/472/, there should be nothing more required to migrate.

Thanks

share|improve this question

1 Answer

Change the url parameter to href.

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.