Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't get Admin access to my sites Facebook Comment Box
    primarykey
    data
    text
    <p>I am working on my new site, and I wanted to intergrate the facebook comment box so people could leave authentic feedback. </p> <p>I've got the box on the site, created my app , got my app ID and my facebook ID. Put them in the meta tags but it still won't let me delete peoples comments. I had a friend put a test comment on for me to try.</p> <p>The page is www dot bodmaster dot com/product/Bodology/EFX-10%20Oxygenator</p> <p>I hovered the mouse over my facebook display pic to get my FB ID from the url... </p> <p><img src="https://i.stack.imgur.com/Yj9vE.png" alt="enter image description here"></p> <p>This is how I got my app ID, and shows all my settings... </p> <p><img src="https://i.stack.imgur.com/OvVnA.png" alt="enter image description here"></p> <p>I've added the following meta tags to the page...</p> <pre><code>&lt;meta property="fb:admins" content="10150317838260636" /&gt; &lt;meta property="fb:app_id" content="414103721981616" /&gt; </code></pre> <p>Just to be thorough this is the fb script added to the page...</p> <pre><code>&lt;!-- facebook script --&gt; &lt;div id="fb-root"&gt;&lt;/div&gt; &lt;script&gt;(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&amp;appId=414103721981616"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));&lt;/script&gt; &lt;!-- end facebook script --&gt; </code></pre> <p>and the code for the comment box...</p> <pre><code>&lt;?php $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?&gt; &lt;div class="fb-comments" data-href="&lt;?php echo urlencode($url); ?&gt;" data-num-posts="10" data-width="470"&gt;&lt;/div&gt; </code></pre> <p>Facebook did say, "it may take a few moments to update the servers"</p> <p>It's not working after an hour, am I not waiting long enough?</p> <p>Any assistance would be greatly appreciated from you wizards.</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