Installing TinyMCE using the Tiny Cloud

Quick start

The easiest way to get started with TinyMCE is using the Tiny Cloud. Simply include the TinyMCE script in your HTML:

<!DOCTYPE html>
<html lang="en">
  <head>
    <script src="{cdnurl}"></script>
  </head>
  <body>
    <textarea id="mytextarea"></textarea>
    <script>
      tinymce.init({
        selector: '#mytextarea'
      });
    </script>
  </body>
</html>

Framework integrations

Get started with TinyMCE in your preferred framework:

Benefits of the Tiny Cloud

Using the Tiny Cloud provides several advantages:

  • Zero configuration - No server setup required

  • Always up-to-date - Access to the latest TinyMCE features automatically

  • Global CDN - Fast loading times worldwide

  • Optimized assets - Automatically minified and optimized for production

  • Premium features - Access to premium plugins with cloud API key