Linux 软件免费装
Banner图

Lazy Social Comments

开发者 joelcj91
duckdev
更新时间 2023年9月4日 01:37
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

facebook comments fb comments lazy laod lazy comments lazy fb comment facebook lazy comments lazy load fb

下载

2.0.1 1.0.1 1.0.2 2.0.0 2.0.2 2.0.3 2.0.4 2.0.5

详情介绍:

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
Installation | Screenshots
Bug Reports 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.

安装:

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

屏幕截图:

  • **Lazy Load Button** - (If you set scroll method, no button will be added).
  • **Facebook Comments** - Sample of comments box.

升级注意事项:

2.0.5 (11/01/2023)
  • 🐛 Security fixes.

其他记录:

Bug Reports Bug reports are always welcome. Report here.

常见问题:

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.

更新日志:

2.0.5 (11/01/2023) 2.0.4 (03/09/2019) 2.0.3 (11/09/2018) 2.0.2 (08/03/2018) 2.0.1 (21/08/2016) New Feature Improvements 1.0.2 1.0.1 1.0.0