Comments by FastComments – Live, Privacy-First Comment System
FastComments is the fast, privacy-first commenting system trusted by 4,100+ organizations serving over 541 million page loads per year. Drop-in replacement for WordPress default comments, Disqus, Jetpack Comments, and wpDiscuz — with zero ads, zero data harvesting, and load times measured in milliseconds. Why Site Owners Switch to FastComments No Ads, Ever — Unlike Disqus, FastComments never injects sponsored content or ads into your comment threads. No Data Harvesting — Your visitors’ data is never sold to third parties. Full GDPR compliance with optional EU data residency. Blazing Fast — Comments load in milliseconds. Users report significant reductions in page weight and fewer dependencies vs. other comment systems. Comments Stay In Sync — FastComments keeps your WordPress comment database in sync. Cancel anytime and your comments stay intact. Migrate In Minutes — One-click import from Disqus, Hyvor, WordPress native comments, and more. Avatars and images migrate automatically. Live, Real-Time Commenting Comments appear instantly for all viewers — no page refresh needed Live moderation: approve, delete, and edit comments in real time Real-time reply notifications keep discussions active Streaming Chat mode for live events and AMAs Powerful Moderation & Spam Prevention Automated spam detection blocks bot submissions before they appear Unverified/anonymous comments auto-removed after configurable period Full moderation dashboard with search, filter, and bulk actions Comment flagging and user blocking Built for Engagement Threaded reply-to-reply conversations with unlimited nesting depth Upvoting and downvoting with smart duplicate prevention Image and GIF attachments in comments Full-text comment search for readers @mentions and reply notifications Commenter ranking system Developer & Site Admin Friendly Single Sign-On (SSO) for seamless authentication with your existing users Works without JavaScript — accessible commenting for all visitors Full REST API and webhook support Custom CSS and JavaScript injection for complete design control LearnDash LMS compatibility Block-based theme support (FSE) Password-protected post support Localization Fully localized with automatic browser locale detection. Currently available in English, French, and Spanish. Community translations welcome. Trusted By Many 4,100+ organizations 1,775,632+ registered users 541 million+ page loads served in the past year 5-star rating on WordPress.org Pricing FastComments offers flexible, traffic-based pricing starting well under $5/month for most sites. No per-comment charges. No surprise fees. See full pricing at fastcomments.com/traffic-pricing. Support Responsive, hands-on support from the development team. Migration assistance included. Most issues resolved within hours.
Top keywords
- comments10×2.62%
- fastcomments6×1.57%
- comment5×1.31%
- support5×1.31%
- data4×1.05%
- full4×1.05%
- page4×1.05%
- wordpress4×1.05%
- ads3×0.79%
- commenting3×0.79%
- disqus3×0.79%
- live3×0.79%
Voight Kampff Comment Test
The Voight Kampff test is a fictional test from the book “Do Androids Dream of Electric Sheep”, popularized by the movie Blade Runner which relied on a series of questions to determine if a person was really a person, or a replicant, an organic robot that appeared and acted human. The Voight Kampff Comment Test (VKCT) plugin allows you to add additional fields to the comment forms throughout your site to check if your users are human (not spam bots), and even if they’re going to leave a relvent comment. These fields can be text fields or dropdowns, and can be: Optional – The user can enter information but isn’t required to. Required – The user must enter information before posting a comment. Required and exact – The user must enter information and it must match a preset answer. This combination of fields allows you to do three things: Enact a simple spam filter by adding a required question to your site. Gather additional information from your users when they leave a comment. Quiz users which a challenge question before they leave a comment to avoid off-topic and unwanted comments. A default VKCT question can be added to every comment form on your site, or you can use the shortcode [vkct] on a per post basis to either override the default question, or apply the VKCT fields where needed. The [vkct] shortcode can be called multiple times, allowing you to create as many additional fields as you want. Settings Shortcode Defaults The shortcode defaults are both the settings for the default question which will appear on your site and the default settings if you use the [vkct] shortcode without any options. Require answer – If this is checked, a user must enter an answer before leaving a comment. Display with comment – Above | Below | None – This will set where the users entered information appears in their comment. Use None if you don’t want it to display. Default Question – The question that will appear by default. Default Answer – If you want to require a near match to the default answer in order to submit a comment, enter it here. If this field is blank, any answer will be accepted. Note – Answers given are done by near match. Common punctuation is stripped and the answer is converted to all lowercase. So, if the answer you are expecting is “Philip K. Dick”, then “philipkdick” or “Philip K Dick” would be accepted, but “Phillip K Dick” would be rejected. Global Defaults These settings affect all of the VKCT fields. Use default question – If checked, this will add the default question to every comment section on your site. Uncheck if you only want questions to appear on posts in which you include the [vkct] shortcode. Ask logged in users to answer – Never | When using shortcode | Always – This setting will determine whether or not logged in users see the question. Settings this to ‘When using shortcode’ will allow you to use the default question as a spam filter, but still require registered users to answer alternate questions generated through the shortcode. Required text indicator – Change the required indicator on the comments form. Accepts , , , and as HTML markup. Defaults to *. Question / answer display format – Change the HTML markup of the displayed question and answer. The actual question and answer will appear where ‘question’ and ‘answer’ are in this field. Accepts , , , , and as HTML markup. Using the VKCT shortcode `[vkct question = 'any string' required = 'true' or 'false' display = 'above' 'below' or 'none' answer = 'any string' or 'Option1#!Option2#!Option3' or '#!Option1#!Option2#!Option3' ]` For the answer option, any string (e.g. ‘Answer’) will generate a text field input. A list of options separated with a hashbang (#!) will generate a dropdown menu, with Option 1 selected as the default. If you start the list with a hashbang, the first choice will be an empty field, which, if the field is required, will require the user to select an option before posting a comment. Example shortcode usage You wrote a post on PHP frameworks, and want any one who is going to leave a comment to indicate what their favorite framework is. Adding [vkct question="What is your favorite framework?" required = "true" answer = "#!Cake PHP#!Yii#!Zend"] will add a dropdown menu to the comment section from which the user will have to chose from Cake PHP, Yii, or Zend, and if they do not choose an answer, their comment will be rejected.