View on GitHub

ultimate-facebook-comments

This plugin will help you to display Facebook Comments box on your website easily.

alt text

Ultimate Social Comments

đŸ”„ Ultimate Social Comments plugin will help you to display Facebook Comments box on your website easily. You can use Facebook Comments on your posts or pages.

WP compatibility PHP compatibility

Description

Ultimate Social Comments: the Ultimate Social Comments plugin for WordPress.

If you’re running a blog of any kind, you’re probably looking to build an online community. You’re targeting like-minded people who share the interests highlighted by the content on your site. It’s a mutually beneficial relationship: Your visitors get information that they consider valuable by visiting your site, and you build an audience.

However, it’s also a great idea to allow your visitors to interact with one another. One of the best ways to do that is with a comments section that allows them to not only leave you feedback on your content but also to interact with each other. Here are some of the benefits you can expect from a comments section.

Like the Ultimate Social Comments plugin? Consider leaving a 5 star review.

Ultimate Social Comments - Features

Themes Tested with this plugin and works perfect

Compatibility

This plugin is fully compatible with WordPress Version 4.6 and beyond and also compatible with any WordPress theme.

Support/Contribute

Installation

From within WordPress

  1. Visit ‘Plugins > Add New’.
  2. Search for ‘Ultimate Social Comments’.
  3. Activate Ultimate Social Comments from your Plugins page.
  4. Go to “after activation” below.

Manually

  1. Upload the ultimate-facebook-comments folder to the /wp-content/plugins/ directory.
  2. Activate WP Last Modified Info plugin through the ‘Plugins’ menu in WordPress.
  3. Go to “after activation” below.

After activation

  1. After activation go to ‘Settings > Facebook Comments’.
  2. Enable/disable options and save changes.

Frequently Asked Questions

Is there any admin interface for this plugin?

Yes. You can access this from ‘Settings > FB Comments’.

How to use this plugin?

Go to ‘Settings > FB Comments’, enable/disable options as per your need and save your changes.

How to check this plugin is working?

After enabling options in ‘Settings > FB Comments’, open any page or post and you can see the facebook comment box.

How this plugin works?

This plugin hooks into the WordPress content area or replace WordPress native comment and displays Facebook Comment on posts and pages.

Will it require editing code to show Facebook Comment box?

Not at all. You can show the facebook comments by just installing this plugin. Use the Plugin Options to customize the plugin settings according to your need.

Is this plugin compatible with any themes?

Yes, this plugin is compatible with any theme.

I want to migrate from other facebook comments plugin. What are the steps?

Just copy Facebook App ID and paste it on plugin settings page and this plugin will do the rest. Also don’t forget to configure plugin setting according to your need.

How to show FB comment count on posts meta?

In this case, you have to edit your theme’s template files i.e. single.php, page.php etc. And add/replace default published date function with this:

Returns the facebook comments count:

<?php if ( function_exists( 'get_fb_comment_count' ) ) { get_fb_comment_count(); } ?>

Displays/echos facebook comments count:

<?php if ( function_exists( 'fb_comment_count' ) ) { fb_comment_count(); } ?>

The plugin isn’t working or have a bug?

Post detailed information about the issue in the support forum and I will work to fix it.

Changelog

View Changelog