How can i get facebook xid and href comments after July changes?
Asked Answered
H

1

6

Today, I've just updated the Comments plugin, now based on href property, after changes introduced by "July 2013 Breaking Changes".

Using the new href-plugin I no longer see the xid-comments, but I can see new posted comments.

I've read and followed the trick explained here but nothing changed.

I've made some tests on my own and these are the results:

Using the new plugin I get only the comments with href property;

<fb:comments href="http://www.mywebsite.com/post/2"></fb:comments>

If I revert the new plugin with the old one (I mean fb:comments with xid property) I get back my old comments, but not the href-posted comments;

<fb:comments xid="2" url="http://www.mywebsite.com/post/2"></fb:comments>

If I force to send xid and href properties together in fb:comments, by manually changing the plugin, I got only the 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 are as described previously.

Of course I've both xid and href values related to a page.

Is there a way to "import" the xid-comments into the href-comments, or to get all comments together?

Hendrika answered 26/7, 2013 at 14:17 Comment(3)
Can you put your url in :- graph.facebook.com/?ids=<url> and see what comments it is showing. Looks more like a bug from FacebookLists
In xid property case I get the following response: { <url>: { "id": <url>, "shares": 256, } } In href property case I get this one: { <url>: { "id": <url>, "shares": 120, "comments": 1 } }Hendrika
In both urls I have facebook commentsHendrika
V
0

Sadly, it is not possible to merge comments from an XID to an href.

Vinegar answered 19/8, 2014 at 17:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.