Lazy Social Comments
Lazy Social Comments
Description
Use Facebook comments system in your website without slowing down your website. This plugin add an extra feature to lazy load Facebook comments after clicking a button or scrolling down.
Simple plugin to add Facebook Comments to your website easily. It works perfectly with latest version of WordPress.
Lazy FB Comments – Features
- Add most popular Facebook commenting system in your website.
- Lazy Load Facebook scripts and comments only after clicking a button or scrolling down.
- Translation ready!
- Adjust number of comments, color scheme, language, width, sorting order etc..
- Facebook comments increases your audience.
- Customize button label.
- Super Light weight.
- Completely free to use with lifetime updates.
- Developer friendly.
- Follows best WordPress coding standards.
- Of course, available in GitHub
Bug Reports
Bug reports are always welcome. Report here.
More information
- Follow the developer @Twitter
- Other WordPress plugins by Joel James for Duck Dev
Other Requirements
You need to create an APP in your Facebook developer console, and get the APP ID from here.
Bug Reports
Bug reports are always welcome. Report here.
Installation
Installing the plugin – Simple
- In your WordPress admin panel, go to Plugins > New Plugin, search for Lazy FB Comments and click “Install now“
- Alternatively, download the plugin and upload the contents of
lazy-facebook-comments.zipto your plugins directory, which usually is/wp-content/plugins/. - Activate the plugin
- Go to Lazy FB Comments sub settings page under WordPress Settings page.
- Give your facebook app ID.
- Configure the plugin options with available settings.
OR, See detailed doc, how to install a WordPress plugin.
Need more help?
Please open a support request.
Missing something?
If you would like to have an additional feature for this plugin, let me know
Screenshots
Faq
Normal Facebook comments plugins will drag your website speed down. This plugin won’t.
By lazy loading FB scripts and comments only when needed.
Comments and scripts will be loaded only after user clicking on a “Load Comments” (of course you can customize this button text too) button, or after scrolling down. You select any of these lazy load methods.
It’s easy. You can use lfc_supported_post_types filter to add custom post type support. Add following line to your theme’s functions.php or in your custom plugin.
add_filter( 'lfc_supported_post_types', 'mycustom_add_lfc_cpt_support' );
function mycustom_add_lfc_cpt_support( $post_types ) {
// Here mycpt is your custom post type name.
$post_types[] = 'mycpt';
return $post_types;
}
Once you configure the plugin with APP ID, you will find the moderation page link on the plugin settings page.
Reviews
Not working
By Aedops-antena24 (antena24) on April 20, 2023
Nu functioneaza acest plugin, la testat pe antena24
Am urmat toti pasii dar nu apare nicaieri formularul pe site
Not working at all
By janothemes on July 13, 2021
Very good!
By dudagervasio on July 23, 2020
Very Easy
By Md Rasel Khan (mdraselkhan) on April 14, 2020
The best and does not slow down the web!
By ricrey on March 6, 2020
One of the Best
By umeckzki on February 29, 2020
Excellent
By thesane on October 18, 2019
Only One That Worked!
By hollywoodonlocation on April 23, 2019
It disables WP comments
By aqyn on December 4, 2018
Replacing native comments in wordpress
By delict on May 5, 2018
Changelog
2.0.5 (11/01/2023)
- 🐛 Security fixes.
2.0.4 (03/09/2019)
- 📦 Added comment moderation link.
2.0.3 (11/09/2018)
- 📦 New filter (lfc_supported_post_types) to add custom post support.
- 🐛 Fixed cpt support.
2.0.2 (08/03/2018)
- Tested with WP 4.9
- Plugin name change.
2.0.1 (21/08/2016)
New Feature
- On Scroll lazy load method.
- Ability to work with other FB plugins.
Improvements
- Complete revamp of plugin code.
- Tested with WordPress 4.6.
- Improved performance.
1.0.2
- Bug fix
1.0.1
- Added official support forum
1.0.0
- Added first version


