php - Facebook comments moderate -


i managed integrate facebook comments see eg:http://example.com/details.php?do=get_id&id=100

but i'm unable moderate it. problem plugin not connect appid. ive done:

  1. created facebook app , obtained appid
  2. placed generated code here in header.php
  3. placed :

in <head> of details.php

  1. placed

    <div class="fb-comments" data-href="(<http//example.com/details.php?do=get_id&amp;id=<?php echo $offer_id; ?>>)" data-width="600"></div> in <body>

now i'm trying moderate comments visiting page contain comments cant see moderate view checked this. can't see comments. there no way moderate it. strangely enough, cant find on google. ive done pretty ive seen on stackoverflow etc.

any ideas?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -