Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Add custom fields support for comments. Extension for Meta Box plugin.
- Host: GitHub
- URL: https://github.com/wpmetabox/mb-comment-meta
- Owner: wpmetabox
- Created: 2017-07-13T10:33:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T03:24:13.000Z (16 days ago)
- Last Synced: 2024-11-01T04:20:55.925Z (16 days ago)
- Topics: comment-meta, comments, custom-fields, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://metabox.io/plugins/mb-comment-meta/
- Size: 7.81 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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 pluginInstall **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',
```