WP Manifestindependent plugin directory
manifest / content / sentiment-asset-guard

Sentiment & Asset Guard

Adds a post editor meta box with local sentiment hints and asset keyword insights for your content.

by MD ABU BAKKER SIDDIK · github.com/md-abu-bakker-siddik/sentiment-asset-guard · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/md-abu-bakker-siddik/sentiment-asset-guard/archive/refs/heads/main.zip

Adds a post editor meta box with local (in-browser) sentiment hints and notices when common asset-related keywords appear in your content.

Description

Sentiment & Asset Guard helps you notice tone and common asset-related wording while you write.

Maintained by MD ABU BAKKER SIDDIK (Senior WordPress Developer).

  • Sentiment (local): A simple lexicon-based estimate labels the current text as Positive, Negative, or Neutral. All processing happens in JavaScript in the browser; no content is sent to remote sentiment APIs.
  • Asset insight: If the text mentions common terms such as “gallery”, “form”, or “map”, the meta box lists short reminders you might use when optimizing those parts of the page.

The meta box appears on post editing screens for post types that have an admin UI. Scripts and styles are loaded only on post.php and post-new.php.

Installation

  1. Upload the sentiment-asset-guard folder to the /wp-content/plugins/ directory, or install the zip from the Plugins screen.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Open or create a post (or another editable post type) and look for Sentiment & Asset Guard in the sidebar meta boxes.

Frequently Asked Questions

Does this plugin call external APIs?

No. Sentiment scoring uses bundled JavaScript and a local word list. Asset checks scan plain text derived from the editor content in the browser.

Is the sentiment result accurate?

It is a lightweight heuristic for drafting feedback only. It is not a substitute for human review, moderation policies, or specialized NLP services.

What data does the plugin store?

The plugin stores a sag_version option on activation for housekeeping. It does not store sentiment results or asset scan output in the database.

Screenshots

  1. Meta box with sentiment label and asset hints while editing a post.

Changelog

1.0.0

  • Initial release.

Upgrade Notice

1.0.0

Initial release.

Privacy Policy

This plugin does not collect, store, or transmit personal data to external services. Sentiment and keyword checks run locally in the site administrator’s browser when editing posts.