=== Facelift Image Replacment (FLIR) === Contributors: dzappone, cmawhorter Donate link: http://www.23systems.net/donate/ Tags: flir, titles, posts, images, themes, facelift Requires at least: 2.5 Tested up to: 2.6 Stable tag: 0.5.9 Facelift Image Replacment is a script that generates image representations of text on your web page in fonts that visitors would not be able to see. == Description == FLIR for WordPress implements Facelife Image Replacement by Cory Mawhorter. It is currently in early development but is usable at this time with some manual configuration. Several freeware fonts are provided with FLIR for WordPress FLIR for WordPress is SEO friendly and only renders the image in the browser if JavaScript is enabled. You HTML/XHTML code remains unchanged leaving your head tags readable by search engines and the page readable by those without JavaScript. Facelift Image Replacement (or FLIR, pronounced fleer) is an image replacement script that dynamically generates image representations of text on your web page in fonts that otherwise might not be visible to your visitors. The generated image will be automatically inserted into your web page via Javascript and visible to all modern browsers. Any element with text can be replaced: from headers (`

`, `

`, etc.) to `` elements and everything in between! You can see examples of what it does here: http://facelift.mawhorter.net/examples/ == Installation == = Requirements = PHP and GD. Little testing has been done with different versions of PHP. If you have PHP 5 with GD enabled you shouldn't have any problems. Later versions PHP 4 should(?) also be okay. A newer version of ImageMagick is required for the FancyFonts and QuickEffects plugins. If GD is not installed on your server you will have to recompile PHP to include GD. If you are comfortable in WHM, you can do that under the "Update Apache" tab (check the "GD" box). Check your settings carefully (especially the PHP version - cPanel may try to change it) before you hit build. Plesk should have it enabled by default. If you are not comfortable doing it yourself, ask your hosting company to do it for you. (Thanks Steve!) = Delete your existing version before installing this version = 1. Extract to your `wp-content/plugins` directory. 2. Look in the `wp-content/plugins/facelift-image-replacement/facelift` directory 3. Set the `wp-content/plugins/facelift-image-replacement/facelift/config-flir.php` to be writable (`chmod a+w config-flir.php`). 4. Set the `wp-content/plugins/facelift-image-replacement/facelift/cache` to be writable (`chmod a+w /cache`) 5. Add fonts of your choice to `wp-content/plugins/facelift-image-replacement/facelift/fonts` folder 6. Activate plugin in WordPress admin panel 7. Set FLIR configuration in the admin panel - `config-flir.php` must be writable for changes to take effect. 8. Customize tags for FLIR on FLIR submenu under the Design menu = Notes = * Text remains intact in source so search engines see your page as text! * Plugins are not implemented yet * Completely delete any old versions before upgrading as this plugin is under rapid development * You may not be able to cannot auto-upgrade from within WordPress at this time due to an unresolved permissions issue. * More detailed instruction on the admin panel coming soon. == Screenshots == 1. Before Facelift Image Replacement 2. After Facelift Image Replacement == Frequently Asked Questions == = It doesn't work = The most common reason for it not working is that your cache directory is not writable or does not exist. Please ensure that you have a cahve directory at `wp-content/plugins/facelift-image-replacement/facelift/cache` and that it is writable. = Will FLIR be configurable from the admin panel? = Partially implemented at this time. Eventually it is planned to be able to configure FLIR almost completely from the admin panel. Once complete it should allow you to configure how and what fonts are replaced by FLIR. = Will the FLIR plugins be usable? = Yes, eventually they will. They will require ImageMagick 6.3.7 or higher to function correctly and will be configurable from the admin panel. = What about the fonts that come with FLIR? = All the fonts that come with FLIR are either free or Open Source. == Changelog == = 0.5.9 = * Added basic configuration to admin panel * Initialize on load did not make it into this revision = 0.5.5 = * Removed prototype implementation in favor of jQuery, noticeable improvement in speed. * Bug with IE in rendering header in some cases not jQuery related = 0.5.0 = * Added per element modes = 0.4.1 = * Updated Facelift to 1.2b = 0.4.0 = * Basic admin functionality added * Implemented prototype in plugin for per element rendering = 0.3.0 = * Initial Release * Auto redering of `

` to `

` only * Using Facelift 1.1 == Upcoming Features == * Configuration of Facelift from admin panel ~v0.7 * User defined element replacement ~v0.8 * Quick Effects (require ImageMagick) * Reduce number of fonts that come with plugin * Easy addition of your own fonts - just drop in fonts folder and configure from admin panel * Selection of what fonts to use * More... == Development Version == * Always the latest code * May be buggy - actually probably is * Please remove existing version before install development version