My Text Shortcodes

外掛說明

A lightweight plugin for creating and managing custom text shortcodes.

With this plugin, you can create an unlimited number of custom text shortcodes via the WordPress admin panel. Each shortcode can contain any text or HTML content, such as ads, banners, counters, or reusable blocks of content.

All created shortcodes are listed in an admin table for easy access and management.
Shortcodes are stored in a separate custom database table.
Each shortcode is automatically assigned a unique name in the format [mtsc-name-id], where mtsc- is the default prefix to avoid conflicts with other shortcodes.

螢幕擷圖

  • Admin interface: list of all created shortcodes in a sortable table.
  • Admin form for creating a new shortcode with name and content fields.

安裝方式

  1. Upload the plugin to the /wp-content/plugins/ directory or install it via the WordPress plugin installer.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Navigate to the plugin page in the admin panel to start adding your shortcodes.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.1.3

  • Tested up to WordPress 6.9.0

1.1.2

  • Added support for installing a plugin for the multisite.

1.1.1

  • Change labels.
  • Fix security.

1.1.0

  • Complete code refactoring.

1.0.2

  • Added default mtsc- prefix to all shortcodes to avoid naming conflicts.

1.0.1

  • Fixed pagination bug when searching shortcodes in the admin table.

1.0

  • Initial release.