Kymeria Transparency Mentions

描述

This plugin adds:

  1. A “Transparency mentions” box on the post edit screen, with 7 checkboxes:

    • Press copy
    • Press key
    • Sponsorship
    • Paid partnership
    • AI use
    • Reprint
    • Affiliate links
      Several mentions can be checked at the same time on the same post.
  2. Automatic display, as colored badges, just above the post content, for each checked mention.

  3. A settings page (Settings > Mentions transparence) to customize the text, icon, text color and background color of each badge, as well as where they are displayed:

    • Just above the content (default)
    • Above the post title
    • No automatic display (shortcode [kytm_badges] only)
  4. A [kytm_badges] shortcode (with an optional id=”123″ parameter) to display badges manually elsewhere if needed (theme, page builder, etc.).

  5. A language setting for badges (Settings > Mentions transparence > Language):

    • Automatic: badges display in English if the WordPress site is set to English (Settings > General > Site Language), and in French otherwise.
    • Always in French.
    • Always in English.
      Each badge type has its own French and English text, customizable independently.

安装

  1. Upload the kymeria-transparency-mentions folder to /wp-content/plugins/ (or install the .zip file directly via Plugins > Add New > Upload Plugin).
  2. Activate the plugin from the WordPress “Plugins” menu.
  3. Go to Settings > Mentions transparence to customize the badges if needed.
  4. On each post, check the applicable mentions in the “Transparency mentions” box (right-hand column of the editor).

常见问题

Can I check several mentions on the same post?

Yes, as many as needed (for example “Press copy” + “Paid partnership”).

Does the badge show on pages, or only on posts?

By default, only on posts (post type “post”). This can be extended to other content types via the kytm_post_types filter.

Can I change the colors and text?

Yes, directly from Settings > Mentions transparence, with a color picker.

When should I use the “AI use” mention?

Whenever AI was used to help produce the post: writing, translation, proofreading, idea generation, etc.

When should I use the “Reprint” mention?

When the post reprints, word for word or nearly so, content published elsewhere (press release, source article…), whether or not AI was involved. Combine it with “AI use” if AI helped produce the reprint.

When should I use the “Affiliate links” mention?

Whenever the post contains one or more affiliate links (Amazon Associates or similar), i.e. links that earn a commission if a reader makes a purchase through them.

评价

此插件暂无评价。

贡献者及开发者

「Kymeria Transparency Mentions」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.7.0

  • Added a seventh mention: “Affiliate links”, for posts containing one or more affiliate/commission links.

1.6.0

  • Renamed the plugin to “Kymeria Transparency Mentions” (distinctive name/slug, per WordPress.org directory guidelines).
  • Prefixed all stored data and public identifiers with kytm_ (options, post meta, nonce, shortcode tag, filter hook) to avoid collisions with other plugins.
  • Moved the admin settings inline script to wp_add_inline_script() instead of a hardcoded <script> tag.
  • Escaped the return values of the the_title filter and [kytm_badges] shortcode callbacks with wp_kses_post(), and excluded feeds from the title badge injection.
  • Fixed the readme Contributors field to use the correct WordPress.org username.

1.5.1

  • Fixed Plugin Check issues: added License/License URI to the plugin header, replaced the placeholder Plugin URI, escaped remaining unescaped output, sanitized the nonce input, and updated the readme (English text, 5 tags max, “Tested up to” bumped to 7.0).

1.5.0

  • Added two separate mentions: “AI use” (whenever AI is involved in producing the post) and “Reprint” (content reprinted word for word from an external source).

1.4.0

  • The Language, Position, Manual use and Badges sections can now be collapsed/expanded, in addition to each individual badge. State is remembered in the browser.

1.3.1

  • Renamed to “Mentions transparence” (capitalization).

1.3.0

  • Added a “Manual use (shortcode)” section in settings, explaining directly how and where to place [kytm_badges].

1.2.1

  • Parenthetical notes in settings are now displayed in italics.

1.2.0

  • Each badge in settings can now be collapsed/expanded via a small arrow. State (collapsed or not) is remembered in the browser.

1.1.1

  • Added a “Settings” link directly on the plugin row in Plugins.

1.1.0

  • Added a language setting (automatic / French / English) for badges.
  • Each badge now has separate French and English text.

1.0.0

  • Initial release.