How can I moderate Facebook comments posted in my website?

后端 未结 2 1820
夕颜
夕颜 2021-02-11 08:54

In meta I added




        
相关标签:
2条回答
  • 2021-02-11 09:29

    just add facebook app_id in head tag

    delete all the admins and then go to

    https://developers.facebook.com/tools/comments

    and then setting to set all the things

    0 讨论(0)
  • 2021-02-11 09:42

    I used the following method:

    Put this in you Document in the head section:

    <meta property="fb:admins" content="jayeshjain24ec" /> //username of moderater
    <meta property="og:url" content="http://www.something.com/" />
    

    step 1) Go to this url : https://developers.facebook.com/tools/debug


    step 2) Enter your URL and click on debug. In case if there is anything to be corrected,it will be mentioned here.


    step 3)Correct all the warnings.Check the Scraped URL link at the bottom.Make sure it gets all the required Meta tags.

    You will get a moderation option on your website once everything is ok.

    ALTERNATE SOLUTION:

    Give yourself admin rights for the app(there is an option in settings).

    go to this url: https://developers.facebook.com/tools/comments?view=queue

    0 讨论(0)
提交回复
热议问题