Today, I just updated the comment plugin, now based on the href property, after the changes made to the July 2012 Breaking Changes.
Using the new href-plugin , I no longer see xid comments, but I see new posted comments.
I read and performed the trick explained here , but nothing has changed.
I did some tests myself, and these are the results:
Using the new plugin, I only get comments with the href property;
<fb:comments href="http://www.mywebsite.com/post/2"></fb:comments>
If I return a new plugin with the old one (I mean fb:comments with the xid property), I will return my old comments, but not href-posted comments;
<fb:comments xid="2" url="http://www.mywebsite.com/post/2"></fb:comments>
If I force the xid and href properties to be sent together to fb:comments , manually changing the plugin, I received only new comments;
<fb:comments xid="2" href="http://www.mywebsite.com/post/2"></fb:comments>
Even if I add migrated=1 in these cases, the results will be as previously described.
Of course I have xid and href values ββrelated to the page.
Is there a way to "import" xid-comments into href-comments or get all comments together?