This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Comment Encode

Description

Easily include raw markup languages (HTML, CSS, PHP, etc.) in comments using custom quicktags. No need to encode, the filter does it for you. Creates convenient “encode” buttons for comment authors in the HTML editor.

Also adds basic quicktag buttons on the comment forms, using the Quicktag API built into WordPress (as of 3.3).

Installation

  1. Upload the wp-comment-encode folder to the your plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Comment Encode” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Comment Encode” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • updated quicktags to work with the new Quicktag API
  • Added in checks to only load JS/CSS when on a page with a comment form
  • Added failure if not WordPress 3.7 or greater