Skip to content

WordPress Comment Preview plugin - It will show real comment previews to the users, it's also having the support of jetpack's markdown.

License

Notifications You must be signed in to change notification settings

vishalkakadiya/comment-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
vishalkakadiya
Feb 23, 2024
5f5fdc4 · Feb 23, 2024

History

52 Commits
Sep 28, 2021
Sep 23, 2021
Sep 28, 2021
Sep 29, 2021
Sep 28, 2021
Sep 25, 2021
Sep 29, 2021
Feb 23, 2024
Sep 28, 2021
Sep 28, 2021
Sep 28, 2021
Sep 28, 2021
Oct 5, 2021
Sep 29, 2021
Feb 23, 2024
Feb 23, 2024
Sep 28, 2021
Sep 28, 2021
Sep 28, 2021
Sep 28, 2021
Sep 28, 2021
Sep 28, 2021
Jul 28, 2021

Repository files navigation

WP Comment Preview

Build Status Scrutinizer Code Quality Code Coverage

This plugin will show real comment preview to the users, it's also supporting jetpack's markdown.

PHPCS Standard used: WordPress-Extra


Steps to configure this plugin in your site:

Activate jetpack's markdown module.

Activate Jetpack's markdown module

Activate jetpack markdown for comments settings.

Activate jetpack markdown for comments settings

Activate comment preview plugin now.

Activate comment preview plugin

Comment's form and preview of comment.

Comment's form and preview of comment


Support for Custom Post Type?

Yes, this plugin is giving support for custom post types, for that you can use below filter.

  • wp_comment_preview_allowed_post_types: Returning array of post types will support those post types.

NOTE: This plugin works with WordPress's default comment form only.

Available Endpoint

Convert Markdown comment to readable format ( POST request )

  • https://example.com/wp-json/wp_comment_preview/v1/preview
    • Params:
      • comment - Comment text.
      • format - Whether to preview markdown or plain text - Two values it will take plain OR markdown.
      • author - For non-logged in user you can send author's name here, logged-in users will automatically get their name in that comment.

About

WordPress Comment Preview plugin - It will show real comment previews to the users, it's also having the support of jetpack's markdown.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published