Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

HTML Shortcodes

Beschrijving

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]

Installatie

Upload the HTML Shortcode plugin to your plugin directory, activate the HTML Shortcodes Plugin, then use the shortcodes right in the visual editor!

FAQ

Installation Instructions

Upload the HTML Shortcode plugin to your plugin directory, activate the HTML Shortcodes Plugin, then use the shortcodes right in the visual editor!

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“HTML Shortcodes” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “HTML Shortcodes” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.1

Release Date – 05 March 2018

  • Added IFRAME support.

1.0.0

Release Date – 05 February 2018

  • Initial release.
  • Supports A, BR, BUTTON, DIV, HR, IMG, P, SPAN, and IFRAME.