WP Manifestindependent plugin directory
manifest / editor / wordpress-bootstrap-tinymce

Bootstrap TinyMCE

Adds a tinymce button for Bootstrap layers

by displaynone · github.com/displaynone/wordpress-bootstrap-tinymce

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/displaynone/wordpress-bootstrap-tinymce/archive/refs/heads/master.zip

Readme

Bootstrap TinyMCE

Allows to add extra content (Bootstrap classes) to any WordPress widgets. With this plugin there is a new button in the Visual tab from the editor, it allows you to add a Bootstrap structure using a simple modal window.

<div class="row">
  <div class="col-sm-2">Column size 2</div>
  <div class="col-sm-3">Column size 3</div>
  <div class="col-sm-7">Column size 7</div>
</div>

Bootstrap columns

Instalation

  • Download, install and active the plugin
  • Click in the new button in your Visual tab and set how many columns you need and the size of them

More information in the original post in Sentido Web (in Spanish)

Read the full README on GitHub →