Skip to content

Plugin to lazy load Facebook comments after clicking a button. A simple comment plugin.

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
license.txt
Notifications You must be signed in to change notification settings

Joel-James/lazy-facebook-comments

Repository files navigation

Lazy FB Comments

Plugin to lazy load Facebook comments after clicking a button. A simple comment plugin which will replace the deafult WordPress commenting system with improved FB comments.


Contributors: Joel James
Requires at least: WordPress 3.0
Tested up to: WordPress 5.0
Stable tag: 2.0.4

Adding Custom Post Support

To add custom post support use lfc_supported_post_types filter.

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

About

Plugin to lazy load Facebook comments after clicking a button. A simple comment plugin.

Topics

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published