Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can i get facebook xid and href comments after July changes?
    primarykey
    data
    text
    <p>Today, I've just updated the Comments plugin, now based on <code>href</code> property, after changes introduced by "July 2013 Breaking Changes".</p> <p>Using the new <code>href-plugin</code> I no longer see the <em>xid</em>-comments, but I can see new posted comments.</p> <p>I've read and followed the trick explained <a href="https://stackoverflow.com/questions/10437385/will-xid-based-fbcomments-be-lost-on-june-1st">here</a> but nothing changed.</p> <p>I've made some tests on my own and these are the results:</p> <p>Using the new plugin I get only the comments with <code>href</code> property;</p> <pre class="lang-html prettyprint-override"><code>&lt;fb:comments href="http://www.mywebsite.com/post/2"&gt;&lt;/fb:comments&gt; </code></pre> <p>If I revert the new plugin with the old one (I mean <code>fb:comments</code> with <code>xid</code> property) I get back my old comments, but not the <code>href-posted</code> comments;</p> <pre class="lang-html prettyprint-override"><code>&lt;fb:comments xid="2" url="http://www.mywebsite.com/post/2"&gt;&lt;/fb:comments&gt; </code></pre> <p>If I force to send <code>xid</code> and <code>href</code> properties together in <code>fb:comments</code>, by manually changing the plugin, I got only the new comments;</p> <pre class="lang-html prettyprint-override"><code>&lt;fb:comments xid="2" href="http://www.mywebsite.com/post/2"&gt;&lt;/fb:comments&gt; </code></pre> <p>Even If I add <code>migrated=1</code> in these cases, the results are as described previously.</p> <p>Of course I've both <code>xid</code> and <code>href</code> values related to a page.</p> <p>Is there a way to "import" the <code>xid-comments</code> into the <code>href-comments</code>, or to get all comments together? </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload