HTML Shortcodes

0

Easily insert HTML tags as shortcodes right into the visual editor. Current version supports A, BR, BUTTON, DIV, HR, IMG, P, and SPAN. To use the plugin insert a shortcode into your pos

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Easily insert HTML tags as shortcodes right into the visual editor.
Current version supports A, BR, BUTTON, DIV, HR, IMG, P, and SPAN.

To use the plugin insert a shortcode into your post or page like this:
[div class=”classname” id=”idname” style=”stylename” foo=”bar”]Content[div_end]

This will output the following HTML:
<div class=”classname” id=”idname” style=”stylename” foo=”bar”>Content</div>

Available Short Codes:

  • [a]
  • [a_end]
  • [br]
  • [button]
  • [button_end]
  • [div]
  • [div_end]
  • [hr]
  • [img]
  • [p]
  • [p_end]
  • [span]
  • [span_end]
  • [iframe]
  • [iframe_end]