WP Scramble Text Plugin Guide
Use the shortcode below to add a text scrambling effect to any WordPress page or post. You can customize the text, color, duration, font size, and reveal style using the attributes.
Basic Shortcode Example:
[wp_scramble_text text="SCRAMBLE ME!" color="#ff6347" font_size="4em" font_family="Courier New, monospace" duration="3000" reveal_style="1"]
Shortcode Attributes:
- text: The text to scramble (default: “SCRAMBLE ME!”)
- color: Text color (default: “#000000”)
- font_size: Font size (default: “3em”)
- font_family: Font family (default: “Arial, sans-serif”)
- duration: The duration of the scramble effect in milliseconds (default: 2000)
- reveal_style: Defines how the text is revealed (default: 1). Options:
- 1: Reveal one letter at a time, sequentially
- 2: Reveal all letters at once (classic style)
- 3: Reveal randomly across positions
Example with Custom Options:
[wp_scramble_text text="Hello World!" color="#32cd32" font_size="5em" font_family="Georgia, serif" duration="5000" reveal_style="3"]
Copy the shortcode above to add your own custom text scrambling effect on your website!