| 开发者 | GraphComment |
|---|---|
| 更新时间 | 2026年7月13日 22:02 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL |
wp_comments, served natively. No export request, no ransom, no dead links. That's why trying it is risk-free.
4. Your readers comment without creating an account.
Guest commenting is on by default, social login is one tap, and your registered users can flow through SSO (Premium). Forcing readers to create yet another account is what empties a comment section — GraphComment never does.
5. Near-native performance — measured by independent tests, not just by us.
An independent performance comparison found GraphComment adds as few HTTP requests as WordPress native comments. Our own Lighthouse benchmarks agree: the widget lazy-loads only when readers scroll to it, with the same LCP and zero main-thread blocking as a page with no comment plugin at all. Your Core Web Vitals don't know it's there.
6. Make it yours — without paid add-ons.
Your logo, your fonts, fine-grained themes with a beautiful dark mode, hundreds of settings — free. Even the philosophy of your discussion space is yours: Bubble Flow threading that keeps 300-comment debates readable, classic chronological, or flat — switch freely. Elsewhere, image uploads, captchas or comment search come as paid add-ons; here they're included.
And the rest is there too: real-time commenting with instant reply notifications, inline images and videos, one-file import (WordPress WXR or Disqus XML, processed in the background), indexable comments with structured data for your SEO, a widget in 21 languages with a back-office in 10 and a fully rebuilt RTL layout, and a two-click connection with a setup wizard that ends on your next action. Hosting in Europe, under GDPR, with you as the data controller.
Leaving Disqus? Do it before it costs you your community.
A fact worth knowing: Disqus's own comment export contains no commenter email addresses — not even for the forum owner. The longer you stay, the more of your community's identity stays behind when you leave. GraphComment is the opposite trade: your commenters live in your WordPress database from day one.
Migration is one file: export from Disqus (custom XML) or WordPress (WXR), upload it in the plugin, and large archives are processed in the background. No ads, EU hosting, GDPR — and your community stays yours.
What's new in GraphComment 5.0
GraphComment block, on block themes and classic themes alike.[graphcomment] plus graphcomment_init_args / graphcomment_should_apply filters for full control from your theme (see For Developers).wp-content/plugins/ directory (all extracted files should exist in wp-content/plugins/graphcomment-comment-system/). Deactivate any third-party comment plugin you may have previously installed.Yes. GraphComment is hosted in Europe and fully GDPR compliant. Your readers are never tracked for advertising, and users have full control over their personal data — access, modification or deletion at any time. For more information, please see our Privacy Policy. To improve the plugin, GraphComment sends an anonymous technical signal on activation, configuration and deactivation: the event type, the plugin version and your site's language. No URL, no personal data, no IP address is transmitted. If you uninstall the plugin, a short form lets you — only if you choose to — tell us why you are leaving; nothing is sent unless you click "Send". Your comment data remains yours: you are the data controller, GraphComment only processes an anonymized technical signal.
Yes. All core features are free with the Basic plan, up to 1M data loads per month — the system is fully functional without paying. If you need more volume or premium features, paid plans start at $29/month ($25/month billed annually). See the pricing page.
Two ways. First, structurally: spam bots post directly to WordPress's native comment endpoint without ever loading your pages — with GraphComment active, that endpoint is closed, so automated spam never enters your moderation queue. Second, every comment goes through GraphComment's moderation pipeline: smart filtering, insult detection, trusted-member auto-approval, and AI Moderation Assist (free for your first 100 comments each month) — the AI reads the article before judging the comment and suggests a decision; you stay in control.
Export your comments from Disqus (custom XML export), then in the plugin open Importation → Import by file and upload the export. Large archives are processed in the background. Your existing WordPress comments can be imported the same way, or directly from the Importation tab.
No. Enable the Synchronization tab and every GraphComment comment is copied back into your WordPress database, on a schedule you choose — and instantly when the webhook push option is enabled. If you deactivate the plugin, the native WordPress comments (including everything synchronized) are displayed again.
When installing, you can select the date from which GraphComment takes over. All previous comments keep being displayed the native way. You can also import them into GraphComment so they appear in the new discussion area.
SSO lets the users of your WordPress database comment without creating a GraphComment account. WordPress SSO is available on Premium plans.
Yes. Product pages are excluded by default (WooCommerce manages its own reviews), and GraphComment 5.0 lets you enable comments on product pages — from the settings or with the graphcomment_should_apply filter.
Yes. GraphComment replaces the comment area on both classic and block (Full Site Editing) themes automatically, and version 5.0 adds a GraphComment block plus a [graphcomment] shortcode to place the discussion area anywhere.
Yes, you own your data. You can retrieve all comment data of your site at any time: the synchronization keeps a copy in your WordPress database, and an export tool is available in the administration of your website.
GraphComment synchronizes comments back to WordPress, and runs the comment import, using WordPress scheduled tasks (WP-Cron). On some hosts WP-Cron is disabled (define('DISABLE_WP_CRON', true); in wp-config.php) or only fires when a visitor loads a page. On a low-traffic site, the synchronization and the import may then never run.
The plugin warns you in the admin when this happens, and the Diagnostic page (GraphComment menu) detects it. To fix it, set up a real system cron that triggers WordPress scheduled tasks every few minutes. Two common options:
*/5 * * * * cd /path/to/wordpress && wp cron event run --due-now > /dev/null 2>&1*/5 * * * * wget -q -O - "https://example.com/wp-cron.php?doing_wp_cron" > /dev/null 2>&1Open the Diagnostic page in the GraphComment menu: it runs 8 automatic health checks (API connectivity, cron, synchronization freshness, system requirements…) and a Copy report button produces a ready-to-send summary for our support team.
The plugin verifies SSL certificates on all API requests. If your server has an outdated CA certificate bundle, you may see connection errors. Ask your hosting provider to update the server's CA certificates (recommended), or as a temporary workaround add this line to your wp-config.php file: define('SSLVERIFY', false);
[graphcomment] shortcode and developer filters (graphcomment_init_args, graphcomment_should_apply)