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 have an FBML page tab that has the old fb:comments. Now I'm trying to build an iframe to replace it. So I added to my html code this lines:

<div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>

 <fb:comments xid="271917093633" migrated="1">

 </fb:comments>

The result are that fb comments box appear, but all of the old comments are gone!

what should I do? does someone managed to migrate his old comments from fbml to iframe?

Thank you

share|improve this question

1 Answer

up vote 0 down vote accepted

there is no way to retained the comments if you are doing the migration explicitly.

try to specify the href, instead of xid next time when u create a comments box

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.