Important changes to Tiny Cloud pricing > Find out more

Emoticons Plugin

Bring a smiley to your content.

Contribute to this page
+ toolbar button

The Emoticons plugin adds a toolbar control that lets users insert smiley images into TinyMCE's editable area.

Note: it doesn't automatically convert text emoticons into graphical smilies.

Type: String

Example
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "emoticons",
  toolbar: "emoticons"
});

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.