You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

707 B

layout title title_nav description_short description keywords
default Tiny Drive Tiny Drive Tiny Drive Tiny Drive. A premium plugin to manage files & images. tinydrive .net php relative_urls

Live example

This example shows you how to use Tiny Drive for your file and image management. For more information on the Tiny Drive plugin, see the docs.

{% include codepen.html id="drive-demo" %}

Code:

tinymce.init({
  selector: 'textarea',
  plugins: 'image media link tinydrive code imagetools',
  api_key: 'YOUR_API_KEY',
  height: 600,
  tinydrive_token_provider: 'URL_TO_YOUR_TOKEN_PROVIDER',
  toolbar: 'insertfile image link | code'
});