Plugin info

Total downloads: 994
Active installs: 0
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 7/2/2019 (2374 days ago)
Added to WordPress: 5/18/2019 (6 years old)
Minimum WordPress version: 4.3
Tested up to WordPress version: 5.2.23
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2374 days ago • 1 reviews

22/100

Is Serious Toxic Comments abandoned?

Possibly abandoned (last update 2374 days ago).

Compatibility

Requires WordPress: 4.3
Tested up to: 5.2.23
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Gaali
Rating 0.0/5 (0 reviews)Active installs 0

Description

Toxic comments are becoming a major challenge to have meaningful online discussions.

This plugin uses a pre-trained toxic classifier from TensorFlow to classify a comment as toxic. See more technical details on the quality of the model here.

Once a comment is flagged as toxic, the comment is blocked and the plugin alerts the comment author and asks to modify the text before trying again.

In the default Settings->Discussion page you can enable the detection of toxic comments and define the threshold confidence level for the prediction.

Installation

Install and Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

How did you train the predictive model?

We didn’t. We are using a pre-trained model provided by tensorflow itself.

Can I improve or personalize the prediction by manually training the toxicity classifier on my site?

No. The classifier is pre-trained. But you could build your own classifier based on the [code to create and train] (https://github.com/conversationai/conversationai-models/tree/master/experiments) this one

What external JavaScript scripts does the plugin import?

The plugin relies on tensorflow.js to analyze the comment on the browser. Therefore, the plugin enqueues tensorflow, the sentence encoder and the toxicity model.
Nevertheless, the JS code to execute the actual comment classification is only added to single post pages with comments (and the toxicity settings) enabled.

Review feed

seriouswp
6/2/2020

Stop the trolls

Very simple way to block some nasty comments to get to your blog. Also, good example of integrating ML in a WP plugin that I hope help others realize how easy would be to integrate other pre-trained models as part of cool ML-based WP plugins

Screenshots

  1. Configuration settings for the plugin

    Configuration settings for the plugin

  2. Example of a blocked comment

    Example of a blocked comment

Changelog

1.1.1

  • Bug fix: Avoids calling bbPress functions when bbPress is not present in the site

1.1

  • Added support for bbPress
  • Possibility to configure the warning message when a toxic comment is detected

1.0

  • Initial release