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 iFrame Facebook Tab application that uses the fb:comments module. I am migrating to a new domain name.

How do I get my old comments on where the new domain will be?

So I want to move my comments from domainA.com to domainB.com

share|improve this question

1 Answer

There is no way to migrate comments from one domain to another. If you wanted, your new domainB could still use the existing domainA comments by setting the data-href or href property of the comments plugin to the old domainA url.

share|improve this answer
Thank you. But, if I take down my domainA url, will the comments still migrate over? Is the href property, just used as a unique ID? – alwayslearning Oct 3 '11 at 5:17
The href property is essentially acting as a unique id. Test it. – BK. Oct 3 '11 at 5:30

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.