facebook comment form replaces wordpress form

0

I want to put two comment platforms on my blog, facebook and the wordpress form itself, but when I put the code:

<?php comment_form(); ?>

The form is replaced by the form of facebook alone and ends up with two forms of facebook.

Even when I take out facebook and leave only the code, facebook still replaces itself.

Can anyone help me?

Thank you in advance!

List of installed plugins:

  • Akismet
  • All In One WP Security
  • Facebook Comments Notifier
  • Contact form 7
  • Jetpack by Wordpress.com
  • Really Simple CAPTCHA
  • WP Advanced Comment
  • WP Missed Schedule
  • WP-PageNavi
  • Yoast SEO

I use Facebook Comments Notifier to receive a notification on facebook when I receive a comment.

I was trying to use WP Advanced Comment and it worked, but it gets error and can not respond to a comment, so I'm trying to use WP's own. If you have a good and easy to use plugin, you are welcome.

    
asked by anonymous 17.12.2015 / 23:51

1 answer

1

You have the Facebook Comments Notifier plugin installed, here is the description of it:

  

The Facebook Comments Notifier plugin adds the facebook comment system   in place of the default WordPress comments and creates email   notifications on successfully posted comments.

Translating, it adds the Facebook comments system in place of Wordpress.

Uninstall this plugin and your issue will be solved.

I recommend that you manually implement the comments system in your template, you can use the code generator here.

link

    
18.12.2015 / 00:29