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.

For example, I had this link for a comment plug-in: http://example.com/user_name/

But I have changed the URLs to: http://example.com/country_name/user_name/

How can I reconnect all previous comments to my new URLs?

share|improve this question

1 Answer

up vote 1 down vote accepted

Set the data-href or href property of the plugin to the previous URL. You can't migrate comments from one URL to another.

share|improve this answer
and am I going to lose all my data (prev comments) with these new URLs? – AndrewShmig Oct 8 '11 at 19:29
yes. I think there is no other way. – sensor Oct 8 '11 at 19:48

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.