Note that there are some explanatory texts on larger screens.

plurals
  1. POApp Comments using Facebook Comment Plugin disappear after refresh
    primarykey
    data
    text
    <p>My question is similar to this post: </p> <p><a href="http://facebook.stackoverflow.com/questions/15739837/comments-using-facebook-comment-plugin-disappear-after-refresh">Comments using Facebook Comment Plugin disappear after refresh</a></p> <p>I used the code generated on this page:</p> <p><a href="https://developers.facebook.com/docs/reference/plugins/comments/" rel="nofollow">https://developers.facebook.com/docs/reference/plugins/comments/</a></p> <p>However i am also dynamically creating different chat boxes across the site to reflect a different box for each user. </p> <p>This is my code:</p> <pre><code>&lt;div class="fb-comments" data-href="http://bradleyhobbs.com/&lt;?php echo $username; ?&gt;" data-width="470" data-num-posts="10" data-order_by="reverse_time"&gt;&lt;/div&gt; </code></pre> <p>Posts from regular users show up fine and stay there after refresh and page close and re-open. However comments made from the App hosting this comments plugin do not stay through refresh. </p> <p>When I am using the comments plugin to post comments from my application, the comment appears and even posts to the applications wall, but when I go away from the page for a few minutes and come back, the comment disappears. If I post another comment and refresh the previous comment will appear along with the new comment but again if i leave the page for a few minutes and come back, both comments have disappeared. This only happens when posting comments from my applications account and no comments disappear when posting from a regular user or moderator account.</p> <p>Here is what i have in my header:</p> <pre><code>&lt;meta property="fb:app_id" content="{382253945217128}"/&gt; </code></pre> <p>This makes my App the admin so posts from the app should stay like all comments from regular users do.</p> <p>Any ideas?</p>
    singulars
    1. This table or related slice is empty.
    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.
    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