Introduction to Tiny Comments

Contents

Overview

This plugin is only available for paid TinyMCE subscriptions.

The Comments plugin allows users to initiate and engage in conversations by adding comments directly within the TinyMCE editor. It also supports viewing all comments in a document for efficient collaboration.

Interactive examples

For interactive live demos for the Comments plugin, showcasing both callback and embedded modes, see:

Collaborate seamlessly within your content

With the Comments plugin, users can:

  • Collaborate on content through an intuitive interface for creating and replying to comments.

  • Control the ability to delete or resolve individual comments or entire comment threads.

Key features of the Comments plugin

The Comments plugin enables users to:

  • Create comments

  • Edit comments

  • Reply to comments

  • Search for comments

  • Resolve comment threads

  • Delete comments or entire threads

Supported Content

  • Text

  • Blocks

Comments supports the following features in TinyMCE 6.1 and later:

Getting started with the Comments plugin - Selecting a mode

The Comments plugin offers two modes:

Callback Mode

This default mode stores comments externally, such as in a database, and requires callback functions to manage comment data. For setup details, refer to: Configuring the Comments plugin in Callback mode.

Embedded Mode

In this mode, comments are stored directly within the content, without needing callback configuration. For setup details, refer to: Configuring the Comments plugin in Embedded mode.

Comments are only supported when TinyMCE is run in classic mode. Comments require the Sidebar, and Sidebars are not supported in inline or distraction free mode. For more information on the differences between the editing modes, see Inline editing mode.