這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Visual Shortcodes

外掛說明

This is a utility plugin that will allow other plugins and themes to swap out shortcodes with custom images, in the same way that WordPress’ native gallery shortcode does this. Replacement images can be clicked to reveal a ‘delete’ button.

This works extremely well when your shortcode already has a tinymce button, but does work for manual shortcodes too.

This plugin does not support multi-line shortcodes or non-self-closing shortcodes (e.g. it supports [foo bar="baz"] but not [foo]bar baz[/foo]). Honestly, I don’t even know what would happen if you tried to use one. It may work, but it’s entirely unsupported.

To add your shortcode, hook onto the filter 'jpb_visual_shortcodes'. That filter will pass one array as an argument. Each element of that array is an associative array which must contain values for the following keys:

  • shortcode The name of the shortcode to replace
  • image The url of the image to replace the shortcode with.

Additionally, the array may contain the optional parameter command, which must be a valid tinymce command. If present, this value will trigger a second UI button (‘Edit’) when the user clicks the replacement image which, when clicked, will execute the tinymce command passed as the value.

安裝方式

Really? I think we all know how this works at this point.

常見問題集

Does this plugin support “ shortcode?

Yes and no. It can, theoretically; but only if the developer of that plugin/theme adds that support to the plugin.

使用者評論

2017 年 2 月 7 日
There is no history record for the delete operation, meaning that if you accidentally click on the red ("delete") button over an image, you couldn't restore it (neither via Ctrl+Z nor via the arrow-back button in the toolbar). Regular images can be restored if deleted. No those generated by this shortcode. I will change my rating back to 5 stars once this bug has been fixed.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Visual Shortcodes〉的開發相關工作。

參與者

將〈Visual Shortcodes〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1

Initial release