=== The Fly === Contributors: hectorvidalteixido Donate link: https://www.linkedin.com/in/hectormultimediaspecialist/ Tags: fun, animation, visual, fly Requires at least: 4.7 Tested up to: 6.4.2 Stable tag: 1.0 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Just a Fly. Puts a fly or many flies on your web pages, for fun or to get attention. == Description == This plugin does nothing but presents a fly on the screen (only restricted to the browser window). It's like a fly on the TV screen. It moves around freely. You can smash it by clicking on it, and it will remain there. But other flies could come to its burial! The plugin comes with few shortcodes that let you insert as many flies as you want in your documents. You have also a shortcode to insert a button to create new flies and one last shortcode to delete the flies. These can also be removed by right clicking on any fly, death or alive. The flies also disappear as soon as you leave or refresh the page. See the plugin screen for instructions. == Frequently Asked Questions == = I don't want automatic flies = The plugin adds one fly per page automatically. If you want to remove it but use the plugin via shortcodes only, you can do so by removing or commenting a single line of code at `thefly-wp.php` file, at `plugins/thefly` directory. Remove or comment this line of code: `add_action('wp_head', 'theFly_head_content');` You'll find this line of code at the very end of the file. == Screenshots == 1. A Fly animates even the most boring page. 2. No matter where you scroll, they will be moving around. 3. Ideal to illustrate 404 not found pages! (oh, come on, really?) 4. Well, maybe this is not the best example... == Changelog == = 1.0 = * The first original stable version.