Install HTML Widgets to TinyMCE
- Unpack archived files directly to
tinymce/plugins
. - Turn on the plugin in
initialization script:
plugins: 'jsplus_maps,jsplusYouTube,jsplus_alert,jsplus_breadcrumbs,jsplus_custom_templates,jsplus_font_awesome,jsplus_maps,jsplus_special_symbols,jsplus_templates'
- Add these buttons to the toolbar definition:
- Insert Google Maps widget
jsplus_maps
- Find and insert YouTube video
jsplusYouTube
- Insert special symbol
jsplus_special_symbols
- Insert HTML template
jsplus_templates
- Insert Font Awesome icon
jsplus_font_awesome
- Insert navigation links
jsplus_breadcrumbs
- Insert information message
jsplus_alert
- Insert custom HTML template
jsplus_custom_templates
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.