Add Bootstrap Toolbar to tinyMce

Extend tinyMce using Any Bootstrap Element / Any Custom Code Snippet
Wordpress plugin available – Joomla plugin available
  • Store & Recall Any Element, Any Custom Code (Bootstrap or not)
  • 13 plugins in 1
  • 13 Visual Editors
  • Easy to install
  • Fully responsive
  • Multilanguage
  • Awesome customer support
Access to visual editors to create/edit the following Bootstrap elements :
  • Button (+ icons)
  • Icon
  • Image
  • Table
   
  • Template
  • Breadcrumb
  • Pagination
  • Pager
   
  • Label
  • Badge
  • Alert
  • Panels
The new Snippet tool allows to create, edit, store & recall any custom code snippet, Bootstrap or not.
You can for example easily store and reuse :
Bootstrap Modal, Carousel, Navbar, Navbar Tabs, Nav Tabs, Accordion, Popover, ... No Limit !
Create your own snippets easily – Just paste your code.
Each element is customizable with usual Bootstrap options.
TinyMce Bootstrap Plugin
Use your own Bootstrap css, wich will be directly rendered either in tinyMce editor and plugin visual editors.

Requirements :

  • tinyMce v.4+
  • Bootstrap css
  • jQuery
  • php server (wamp, easyphp, ...)

Installation :

  1. Download and unzip tinyMce
  2. Copy plugin/bootstrap dir to your tinyMce plugins dir
  3. include jQuery to your page
  4. Add Bootstrap plugin to tinyMce plugins & toolbar :
                        <script type="text/javascript">
                        tinymce.init({
                        selector: "textarea",
                        plugins: [
                        "bootstrap" 
                        ],
                        toolbar: "bootstrap" 
                    });
                    </script>
                

Joomla plugin

Joomla plugin available here : TinyMce Bootstrap plugin For Joomla

Wordpress plugin

Wordpress plugin available here : TinyMce Bootstrap plugin For Wordpress

Customer feedback :

Excellent ! Remarquable, que dire de plus …
(Excellent! Remarkable, what more can we say…)
They offered some great support. Up to my standards (meaning how I work as well!) in responses and fixing issues! And a great plugin to boost!
Great Product, Great Support !

Changelog

VERSION 2.2.6 (17/06/2016)

    Bug Fix :
        - fix insertion of Bootstrap elements in Bootstrap tables
    

VERSION 2.2.5 (09/05/2016)

    Improvement :
        - prevent from stripping empty <p>
        - add uppercase extensions image support
    Bug Fix :
        - fix issue with absolute images paths in some particular cases
        - fix cursor focus in Bootstrap tables (2nd fix)
    </p>

VERSION 2.2.4 (07/12/2015)

    Bug Fix :
        - fix cursor focus in Bootstrap tables
    

VERSION 2.2.3 (03/12/2015)

    Improvements :
        - prevent from stripping empty <p>
        - add codemirror to Snippets add/edit forms
    Bug Fix :
        - fix snippets preg_match_all php warning with php < 5.4.0
    </p>

VERSION 2.2.2 (27/10/2015)

                Improvement :
                - improved templates usage
                Bug Fix :
                - fix error using very big snippets
            

VERSION 2.2.1 (09/08/2015)

                Bug Fix :
                - fix Uncaught SecurityError when used with external iframe on same page
            

VERSION 2.2 (09/08/2015)

                Improvements :
                - prevent plugin form jQuery conflicts
            

VERSION 2.1 (25/07/2015)

                Improvements :
                - update to latest tinyMce 4.2.2
                - add templates visual aid
            

VERSION 2.0 (13/05/2015)

                New Features :
                - add snippet tool
                Improvements :
                - jshint javascript code
            

VERSION 1.1.2 (29/03/2015)

                New Features :
                - add tinymce inline full support
                Bug Fix :
                - Fix alert edit
            

VERSION 1.1.1 (30/02/2015)

                New Features :
                - add tinymceBackgroundColor option
            

VERSION 1.1.0 (16/02/2015)

                New Features :
                - add Bootstrap images plugin with Filebrowser
                - all plugins are fully responsive
            

VERSION 1.0.0 (19/01/2015)

                Initial Release