Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This plugin adds the ability to add HTML5 video and audio elements to TinyMCE.
tinymce.init({
plugins: "media"
});
| Name | Summary |
|---|---|
| audio_template_callback | Callback function that generates the audio HTML from the provided data. |
| video_template_callback | Callback function that generates the video HTML from the provided data. |