이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Minimal Shortcode UI

설명

The minimum code required that allows the user configure and add an shortcode to the page contents using a popup form that is accessible through the TinyMCE content editor.

Suitable for developers that wish to provide their users with an easy way of adding your custom shortcodes. The plugin provides an abstract shortcode class that can be extended and registered into the shortcode factory. Which will result in the shortcodes showing up in the dropdown menu.

스크린샷

  • screenshot-1.jpg
  • screenshot-2.jpg

설치

  1. Download ZIP file
  2. Unzip contents to the /wp-content/plugins/ directory
  3. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  4. If developing shortcodes for your theme or plugin, have a look at example.php

FAQ

Is this plugin multilingual?

All text is run through translation functions, but no translation files are provided out of the box.

How do I start adding shortcodes to my content?

When you activate the plugin a new button will be available in the ‘Visual’ mode of the content editor. This will open up a dialog that will allow you to select and customize available shortcodes.

How do I add my own custom shortcodes?

Make sure the plugin is active and have a look at example.php in the plugin’s root directory.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Minimal Shortcode UI”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Minimal Shortcode UI”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.1

  • Tested WordPress 4.4.2 support

1.2.0

  • Changes that will give plugin/theme developers more control over their shortcodes.
  • Added filter sui_shortcode_get
  • Added filter sui_shortcode_array
  • Added filter sui_shortcodes_before_remove
  • Added filter sui_shortcodes_before_unregister
  • Added filter sui_shortcodes_before_add
  • Added filter sui_shortcodes_before_register
  • Added filter sui_shortcodes_get
  • Added action sui_shortcodes_before_registration
  • Added filter sui_shortcodes_registration

1.1.1

  • Fixes parsing errors when your server has ASP, eRuby or JSP enabled. The Underscore templates now use different delimiters.

1.1.0

  • Added Shortcodes::exists to check for Shortcode existence by tag name or class name
  • Added Shortcodes::get to return the registered Shortcode object by tag name or class name
  • Added the ability to define field labels by using the Shortcode’s object _labels property or the ‘label’ key when defining a field using the Shortcode _setSchemaAttribute method
  • Added the ability to render the shortcode itself rather than the result of the shortcode, use $shortcode->getShortcode($attributes, $content) to get the source shortcode

1.0.3

  • Fixed the example.php shortcode not displaying its image

1.0.2

  • Updated WordPress support for 4.3

1.0.1

  • Fixes jQuery UI styles not being loaded for the dialog

1.0.0

  • Initial version