Lazy Social Comments

Descripción

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.
  • ¡Traducción Lista!
  • Adjust number of comments, color scheme, language, width, sorting order etc..
  • Facebook comments increases your audience.
  • Personalizar la etiqueta del botón.
  • Super Light weight.
  • Completamente gratis de usar con actualizaciones de por vida.
  • Amigable a los desarrolladores.
  • Follows best WordPress coding standards.
  • Of course, available in GitHub

Installation | Screenshots

Reporte de errores

Bug reports are always welcome. Report here.

More information

Other Requirements

You need to create an APP in your Facebook developer console, and get the APP ID from here.

Reporte de errores

Bug reports are always welcome. Report here.

Capturas

  • Configuraciones - Página de configuraciones.
  • Lazy Load Button - (If you set scroll method, no button will be added).
  • Facebook Comments - Sample of comments box.

Instalación

Installing the plugin – Simple

  1. In your WordPress admin panel, go to Plugins > New Plugin, search for Lazy FB Comments and click “Install now
  2. Alternatively, download the plugin and upload the contents of lazy-facebook-comments.zip to your plugins directory, which usually is /wp-content/plugins/.
  3. Activate the plugin
  4. Go to Lazy FB Comments sub settings page under WordPress Settings page.
  5. Give your facebook app ID.
  6. 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

Preguntas frecuentes

Why this plugin?

Normal Facebook comments plugins will drag your website speed down. This plugin won’t.

Wait, how?

By lazy loading FB scripts and comments only when needed.

Please explain, how this plugin lazy loads?

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.

How can I add custom post type support?

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;
}

Where can I moderate the comments?

Once you configure the plugin with APP ID, you will find the moderation page link on the plugin settings page.

Reseñas

20 de abril de 2023
Nu functioneaza acest plugin, la testat pe antena24 Am urmat toti pasii dar nu apare nicaieri formularul pe site
23 de julio de 2020
Lazy load improved the load time and first content print in Page Speed Insights!!! Very simple and efficient! Congrats!
6 de marzo de 2020
I look for maximum performance and maximum speed of my website, which does not make unnecessary connections, but all the plugins to add facebook comments on the blog made a call to the entire site even though they only appeared on the blog. But this plugin definitely changed everything! This was exactly what I was looking for, this plugin is not activated unless the user arrives at the comments part, so that does not call Facebook on the entire site to keep Facebook preloaded . This produces a significant saving of unnecessary connections, I definitely congratulate the developer.
29 de febrero de 2020
This one will be on my favorite list. It's really 'lazy' as the name says.
Leer todas las 18 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

"Lazy Social Comments" ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.

Traduce "Lazy Social Comments" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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)

  • Probado con WP 4.9
  • Cambio del nombre del plugin.

2.0.1 (21/08/2016)

Nueva funcionalidad

  • On Scroll lazy load method.
  • Ability to work with other FB plugins.

Mejoras

  • Complete revamp of plugin code.
  • Tested with WordPress 4.6.
  • Improved performance.

1.0.2

  • Corrección de error

1.0.1

  • Se agregó el foro oficial de soporte

1.0.0

  • Se agregó la primera versión