Facebook comment form replaces wordpress form

Asked

Viewed 114 times

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 facebook form alone and ends up with two facebook forms.

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

Can someone 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

Use the Facebook Comments Notifier to receive a notification on facebook when you receive a comment.

I was trying to use the WP Advanced Comment and it worked, but it keeps giving error and there is no way to answer a comment, so I’m trying to use the WP same. If you have any good and easy to use plugin, you are welcome.

  • You probably have a plugin installed that is hooking into the function and inserting the Facebook comment system, disable all plugins and test or post the list of plugins you use. Without more details it is difficult to answer.

  • @Renancavalieri I did what you asked, this is the list of all the plugins I use.

1 answer

1


You own the plugin Facebook Comments Notifier installed, here is his description:

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 comment system in place of Wordpress.

Uninstall this plugin and your problem will be solved.

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

https://developers.facebook.com/docs/plugins/comments/

  • In fact, I use this plugin to receive notifications when a comment is made, without it I have no way of knowing if there was a new comment in a post, understand? With it appears a notification on facebook. Do you know any way to appear at least a direct notification in wordpress, as if it were a direct comment on it? So I wouldn’t need this plugin anymore.

  • If that’s why you don’t need this plugin, you can get notifications of new comments by setting a moderator in your comment system that can be generated on the link page. Take a look here https://developers.facebook.com/tools/comments - However, this notification will appear in your profile associated with moderation, not on the website. Maybe there is a plugin for this that does not create this link to associate the default comments with Facebook.

  • It worked =) Thanks! Now all I need to do is make a manual form.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.