该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

HTML Shortcodes

描述

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]

安装

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

常见问题

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!

评价

此插件暂无评价。

贡献者及开发者

“HTML Shortcodes” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“HTML Shortcodes”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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.