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.