Funny Text

外掛說明

Funny Text is a simple shortcode plugin that allows you to animate your text. Keep your visitors engaged with crazy, randomly moving characters!

Shortcode Example:
[funnytext text=”Your Text” speed=”1000″ color=”#000000″ activeColor=”#ffffff” fontSize=”18px” direction=”both” borderColor=”#333333″]

Shortcode Options
* text: (default “Anshul Labs”) Defines your text which you want to animate.
* speed: (default 700) Defines the speed in which the letters change in milliseconds.
* borderColor: (default black) Defines the color of the border when the text is active.
* activeColor: (default white) Defines the color of the text when it is active.
* color: (default black) Defines the color of the text on start.
* fontSize: (default 30px) Defines the size of the font.
* direction: (default both) Defines the direction of the letters movement. It can be both, horizontal, or vertical.

安裝方式

  1. Upload the funny-text folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Use the shortcode [funnytext text="Hello"] on any post or page.
  4. Check Settings > Funny Text for more details.

常見問題集

Is this plugin secure?

Yes, version 2.0.0 is completely rebuilt to adhere strictly to the WordPress.org detailed plugin guidelines.

Will this plugin slow down my site?

No. Assets (CSS and JS) are only loaded conditionally on the pages where you actually use the shortcode.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

2.0.0

  • SECURITY: Patched XSS vulnerabilities by properly escaping output and sanitizing all attributes.
  • SECURITY: Removed dynamic inline <style> and <script> injections to comply with Content Security Policy (CSP).
  • PERFORMANCE: CSS and JS assets are now loaded conditionally, only on pages using the shortcode.
  • COMPATIBILITY: Tested and verified up to WordPress 7.0.

1.0

  • Initial release.