HTML Widgets
CKEditor add-on
TinyMCE add-on
NEW
N1ED logo
N1ED is united plugin
for all JS+ plugins
N1ED logo Buy in bundle

Install HTML Widgets to CKEditor

  1. Unpack archived files directly to ckeditor/plugins.
  2. Turn on the plugin in ckeditor/config.js:
    config.extraPlugins = 'jsplus_maps,jsplusYouTube,jsplus_alert,jsplus_breadcrumbs,jsplus_custom_templates,jsplus_font_awesome,jsplus_special_symbols,jsplus_templates,jsplus_button';
  3. Add these buttons to the toolbar definition:
    • jsplus_maps
      Insert Google Maps widget
    • jsplusYouTube
      Find and insert YouTube video
    • jsplus_button
      Insert button or link
    • jsplus_special_symbols
      Insert special symbol
    • jsplus_templates
      Insert HTML template
    • jsplus_font_awesome
      Insert Font Awesome icon
    • jsplus_breadcrumbs
      Insert navigation links
    • jsplus_alert
      Insert information message
    • jsplus_custom_templates
      Insert custom HTML template
    See sample CKEditor toolbar configuration to find out more about this step.
  4. Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.