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:
- created facebook app , obtained appid
- placed generated code here in header.php
placed :
in <head> of details.php
placed
<div class="fb-comments" data-href="(<http//example.com/details.php?do=get_id&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
Post a Comment