=== 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.6
Tested up to: 2.7
Stable tag: 0.8.7
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 Facelift Image Replacement (FLIR) by Cory Mawhorter. It is in rapid development and at this time almost completely configurable from the admin panel. 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/
= IMPORTANT: If using a version prior to 0.7.0 please delete your existing version before installing this version =
Before running autoupdate please empty your `facelift/cache` folder.
== Installation ==
= Requirements =
= IMPORTANT: If using a version prior to 0.7.0 please delete your existing version before installing this version =
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. PHP 4 currently has some issues but should be resolved in the next release of Facelift. A newer version of ImageMagick (6.3.7+) 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 for cPanel, 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 and ISPConfig should have GD enabled by default. If you are not comfortable doing it yourself, ask your hosting company to do it for you. (Thanks Steve!)
1. Extract to your `wp-content/plugins` directory.
2. Look in `wp-content/plugins/facelift-image-replacement/facelift`
3. Set the `wp-content/plugins/facelift-image-replacement/facelift/config-flir.php` to be writable
3. Set the `wp-content/plugins/facelift-image-replacement/facelift/cache` to be writable
4. Add fonts of your choice to `wp-content/plugins/facelift-image-replacement/facelift/fonts` folder
5. Activate plugin in WordPress admin panel
5. Set FLIR configuration in the admin panel - `config-flir.php` must be writable for changes to take effect.
7. Customize tags for FLIR on FLIR submenu under the Design menu
= Notes =
* QuickEffect Plugin is not implemented yet
* If using a version older than 0.7 completely delete any old verions before upgrading
* You cannot auto-upgrade from versions older 0.7.0
* Text remains intact in source so search engines see your page as text!
== Screenshots ==
1. Before Facelift Image Replacement
2. After Facelift Image Replacement
== Frequently Asked Questions ==
= It doesn't work, how can I make it work? =
* Please ensure that you have a cache directory at `wp-content/plugins/facelift-image-replacement/facelift/cache` and that it is writable. (`chmod a+w /cache`)
* Please ensure that your config-flir.php file exists at `wp-content/plugins/facelift-image-replacement/facelift/config-flir.php` and that it is writable. (`chmod a+w config-flir.php`)
* Make sure the `wp-content/plugins/facelift-image-replacement/facelift/` is readable
* Check your theme's `footer.php` file and make sure it has the `wp_footer();` function in it. It should be located just above the `