Funny Text

Description

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.

Installation

  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.

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Funny Text” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Funny Text” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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.