Title: LMComments
Author: lmcomments
Published: <strong>අප්‍රේල් 24, 2026</strong>
Last modified: අගෝස්තු 17, 2026

---

Search plugins

![](https://ps.w.org/lmcomments/assets/banner-772x250.png?rev=3651396)

![](https://ps.w.org/lmcomments/assets/icon-256x256.png?rev=3651396)

# LMComments

 By [lmcomments](https://profiles.wordpress.org/lmcomments/)

[Download](https://downloads.wordpress.org/plugin/lmcomments.1.3.1.zip)

 * [Details](https://si.wordpress.org/plugins/lmcomments/#description)
 * [Reviews](https://si.wordpress.org/plugins/lmcomments/#reviews)
 *  [Installation](https://si.wordpress.org/plugins/lmcomments/#installation)
 * [Development](https://si.wordpress.org/plugins/lmcomments/#developers)

 [Support](https://wordpress.org/support/plugin/lmcomments/)

## Description

LMComments is a modern comment system designed to replace WordPress native comments
with a more engaging and feature-rich experience.

#### Key Features

 * Modern UI – Clean, responsive design that works on all devices
 * Threaded Replies – Support for nested comment threads up to 10 levels deep
 * Dark/Light Mode – Automatic theme detection or manual selection
 * Rich Text Editor – Users can format their comments with ease
 * Moderation Tools – Powerful moderation dashboard to manage comments
 * Customizable – Extensive customization options to match your site’s design
 * Fast and Lightweight – Optimized iframe embedding for minimal performance impact
 * Multi-language – Full support for internationalization

#### Why Choose LMComments?

 * Better Engagement – Modern interface encourages more discussions
 * Centralized Management – Manage comments across multiple sites from one dashboard
 * Anti-Spam – Built-in spam protection and rate limiting
 * User Profiles – Users get their own profile with comment history
 * Reactions – Upvote/downvote system for community curation

#### How It Works

 1. Install and activate the plugin
 2. Enter your API Key and Site ID from [LMComments Dashboard](https://lmcomments.com/dashboard)
 3. Comments automatically replace native WordPress comments
 4. Moderate and manage from the LMComments dashboard

#### Shortcode Usage

You can manually place comments anywhere using the shortcode:

    ```
    [lmcomments]
    ```

Available attributes:

 * `theme` – ‘auto’, ‘light’, or ‘dark’
 * `compact_mode` – ‘true’ or ‘false’
 * `show_avatars` – ‘true’ or ‘false’
 * `allow_replies` – ‘true’ or ‘false’
 * `max_depth` – 1 to 10
 * `height` – ‘auto’ or pixel value

Example: `[lmcomments theme="dark" compact_mode="true"]`

### Privacy Policy

LMComments processes comments through our servers. Please review our [Privacy Policy](https://lmcomments.com/privacy)
for details on how user data is handled.

When users comment, the following information may be collected:
 * Comment content*
User display name * User email (for account holders) * IP address (for spam prevention)

### Additional Info

 * [LMComments Website](https://lmcomments.com)
 * [Documentation](https://lmcomments.com/docs)
 * [Support](https://lmcomments.com/support)

## Installation

#### Automatic Installation

 1. Go to Plugins  Add New in your WordPress admin
 2. Search for “LMComments”
 3. Click “Install Now” and then “Activate”
 4. Go to Settings  LMComments
 5. Enter your API Key and Site ID

#### Manual Installation

 1. Download the plugin ZIP file
 2. Go to Plugins  Add New  Upload Plugin
 3. Choose the ZIP file and click “Install Now”
 4. Activate the plugin
 5. Go to Settings  LMComments to configure

#### Getting Your API Key

 1. Visit [lmcomments.com](https://lmcomments.com)
 2. Create an account or sign in
 3. Add your website in the dashboard
 4. Copy your API Key and Site ID
 5. Paste them in the plugin settings

## FAQ

### Do I need an LMComments account?

Yes, you need to create a free account at [lmcomments.com](https://lmcomments.com)
to get your API credentials.

### Will this replace my existing WordPress comments?

By default, yes. The plugin replaces native WordPress comments with LMComments. 
You can disable this per-post if needed.

### Can I import my existing comments?

Comment import functionality is planned for a future release.

### Is LMComments free?

LMComments offers both free and premium tiers. Check our website for current pricing.

### Does it work with my theme?

LMComments is designed to work with any WordPress theme. The widget automatically
adapts to your site’s color scheme when using “Auto” theme mode.

### Can I disable comments on specific posts?

Yes, there’s a meta box in the post editor that allows you to disable LMComments
for individual posts.

### How do I moderate comments?

Comments are moderated through the LMComments dashboard at [lmcomments.com/dashboard](https://lmcomments.com/dashboard).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“LMComments” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ lmcomments ](https://profiles.wordpress.org/lmcomments/)

[Translate “LMComments” into your language.](https://translate.wordpress.org/projects/wp-plugins/lmcomments)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/lmcomments/), check
out the [SVN repository](https://plugins.svn.wordpress.org/lmcomments/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/lmcomments/) by 
[RSS](https://plugins.trac.wordpress.org/log/lmcomments/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.1

 * Maintenance release. Removed dead code left over from the self-hosted auto-updater
   that was retired in 1.2.0 (the plugin no longer parses or stores an “update available”
   flag from the heartbeat — updates come from WordPress.org).
 * Added the “Full (pill)” border-radius option, matching the choices available 
   in the dashboard.
 * The Appearance notice now explains that newer options — the widget layout (Classic
   or Marea), font size, line height and link colour — are configured only in the
   LMComments dashboard.
 * Internal cleanup: removed unused helper methods and aligned the activation defaults
   with the real settings schema. No behaviour change for existing installs.

#### 1.3.0

 * The widget now matches your site’s background instead of drawing its own box.
   It measures the colour actually painted behind the comments and blends into it,
   including when your theme has a dark mode switch.
 * The Appearance tab in the LMComments dashboard now works on WordPress. The plugin
   used to send its own appearance values on every page load, which quietly overrode
   whatever you had saved in the dashboard. It now sends only the options you deliberately
   changed here.
 * The plugin’s Appearance settings are deprecated. Configure appearance in the 
   LMComments dashboard instead. The existing fields still work and will be removed
   in a future version.
 * Internal: the plugin now loads the same embed script as every other LMComments
   site instead of maintaining its own copy. Fewer moving parts, and fixes reach
   WordPress at the same time as everywhere else.

#### 1.2.3

 * Fix: on sites using a JavaScript optimization or caching plugin (deferred or 
   combined scripts), the comment widget could stay collapsed and appear empty, 
   with page content overlapping it. The widget now initializes reliably and resizes
   to fit its content.
 * Fix: dashboard links now point to the correct owner dashboard.

#### 1.2.2

 * Security: added a private Migration Secret so slug-change/reindex requests are
   authorized by a server-side secret instead of the public API key. Paste it from
   your LMComments dashboard (Site settings  Migration secret).

#### 1.2.1

 * Replaced inline scripts with wp_add_inline_script() for WordPress coding standards
   compliance
 * Removed invalid repository URL

#### 1.2.0

 * Added heartbeat system for plugin connection monitoring
 * Improved comment page URL handling for manga/chapter sites
 * Added slug migration tool for re-indexing comment identifiers
 * Added default sort and comments per page settings
 * Security improvements: restricted postMessage origins
 * Stripped unnecessary telemetry from heartbeat payload
 * Removed self-hosted auto-updater (WordPress.org handles updates)
 * Changed license to GPL-2.0-or-later

#### 1.1.0

 * Added per-post meta box for enabling/disabling comments
 * Added compact mode option
 * Added font family customization
 * Added background color customization
 * Improved iframe auto-resize reliability
 * Bug fixes and performance improvements

#### 1.0.0

 * Initial release
 * Full comment system integration
 * Admin settings page with all customization options
 * Shortcode support [lmcomments]
 * Per-post enable/disable option
 * Light/Dark/Auto theme modes
 * Spanish translation included

## Meta

 *  Version **1.3.1**
 *  Last updated **1 සතියක් ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.7**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/lmcomments/)
 * Tags
 * [comments](https://si.wordpress.org/plugins/tags/comments/)[community](https://si.wordpress.org/plugins/tags/community/)
   [discussion](https://si.wordpress.org/plugins/tags/discussion/)[engagement](https://si.wordpress.org/plugins/tags/engagement/)
   [moderation](https://si.wordpress.org/plugins/tags/moderation/)
 *  [Advanced View](https://si.wordpress.org/plugins/lmcomments/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/lmcomments/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/lmcomments/reviews/)

## Contributors

 *   [ lmcomments ](https://profiles.wordpress.org/lmcomments/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/lmcomments/)