An open API service indexing awesome lists of open source software.

https://github.com/wpmetabox/mb-comment-meta

Add custom fields support for comments. Extension for Meta Box plugin.
https://github.com/wpmetabox/mb-comment-meta

comment-meta comments custom-fields wordpress wordpress-plugin

Last synced: about 1 year ago
JSON representation

Add custom fields support for comments. Extension for Meta Box plugin.

Awesome Lists containing this project

README

          

[MB Comment Meta](https://metabox.io/plugins/mb-comment-meta/) is an extension for [Meta Box](https://metabox.io) plugin, which adds custom fields to comments in WordPress.

> **Meta Box Lite**

> We recommend using [Meta Box Lite](https://metabox.io/lite/), a feature-rich free UI version of Meta Box that provides UI and all free features for managing custom fields and dynamic content on WordPress, including post types, taxonomies, custom fields, and relationships.

The plugin supports all field types from Meta Box: text, select, color, media, date time, etc. and all the field options.

### Screenshot

![mb comment meta](https://mb-static.surge.sh/extensions/comment-meta.png)

### Installation

You need to install Meta Box plugin first

- Go to **Plugins | Add New** and search for **Meta Box**
- Click **Install Now** button to install the plugin
- After installing, click **Activate Plugin** to activate the plugin

Install **MB Comment Meta** extension

- Go to **Plugins | Add New** and search for **MB Comment Meta**
- Click **Install Now** button to install the plugin
- After installing, click **Activate Plugin** to activate the plugin

### Usage

To use this plugin, just [register a meta box](https://metabox.io/docs/registering-meta-boxes/) and add the following parameter for meta box:

```php
'type' => 'comment',
```