====== Installation ====== FeatPlug((Featplug is free for non-commercial use. For commercial usage and redistribution with commercial packages check the [[licence]])) right now support two layers; Wordpress and Standalone. ===== Requirements ===== * php4 or php5 * wordpress (optional) * libGD - (php's included gd library is okay) ===== Installing for Wordpress ===== - Upload plugin to **wp-content/plugins/** - Goto Wordpress Admininistrator Dashboard ~ Plugins and **activate** the plugin. - Goto **Dashboard** ~ **Settings** ~ **Featplug** and look test section for if plugin works. - Use widget or edit your template and call plugin directly. Check [[documentation]] for examples. ===== Installing for Wordpress-MU ===== - Get the plugin and upload it to wp-contents/plugins folder - Activate the plugin - Find your Wordpress-MU home template (for default MU-installation; wp-content/themes/home/home.php) - Edit your home template and [[http://featplug.huseyinuslu.net/documentation#direct_plugin_call|call plugin directly]]. ===== Installing Standalone / for Other Software ===== - Upload to correct path of your software and **include** the 'engine.php' - With your browser check http://www.yoursite.com/featplug/examples/featplug_demo.php and http://www.yoursite.com/featplug/examples/standalone.php to see if plugin works - See the Stand Alone Mode & Porting Instructions on [[documentation]]