• I wrote a simple plugin for blurring text with a shortcode.

    You can get it at: https://wordpress.org/plugins/blur-text/

    You can blur text, and have the text revealed with a click or mouse over. You can specify the font color.

    My plugin uses the CSS3 feature “text-shadow” to create the blur. Some browsers, most notably Internet Explorer, aren’t compatible with this. My plugin allows you to choose what to do with the blurred text on those browsers: hide it, do nothing with it, or black it out.

    I can see this plugin being used creatively, with quizzes, guessing games, joke sites, educational blogs, etc. With some additional programming, you could use this to blur (or hide/blackout) premium content that get’s revealed after logging in.

    Hope this helps someone! I’d love to hear your suggestions for improvements. Thanks!

    Linnea

The topic ‘[Plugin: Blur Text] Announcement of New Plugin’ is closed to new replies.