=== WPhone === Contributors: stephdau, zamoose, Viper007Bond Tags: iphone, phone, mobile, admin Requires at least: 2.1 Stable tag: trunk An upload-and-activate plugin that displays a custom admin interface designed for mobile phones including, but not limited to, the iPhone. == Description == WPhone allows you to use a custom admin interface while interacting with your WordPress install via your phone. It contains two versions of the mobile admin interface: * an iPhone / iPod Touch specific interface with full Javascript and animation support * a lightweight, simple version designed for all other phone types (no Javascript or anything else required) This plugin is designed for use with the latest version of WordPress, but will work with versions 2.1 and newer. == Installation == ###Upgrading From A Previous Version### To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below. ###Installing The Plugin### Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload the plugin's folder to `/wp-content/plugins/`. This should result in something very similiar to the following file structure: `- wp-content - plugins - wphone | iframer.php | readme.txt | wphone.php | wphone_exampleplugin.php - includes | category.php | category-form.php | comment.php | dashboard.php [ ... ] - css | wphone.css | wphone-alt.css - images [ ... ] - iui [ ... ] - js | wphone.js` Then just visit your admin area and activate the plugin. **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) ###Plugin Usage### When logging into your account, check the checkbox marked "Use mobile admin interface" on the login form to use the mobile admin interface. == Frequently Asked Questions == = How do I switch between the lite and rich versions? = Currently, it's automatic. If your phone's browser supports Javascript, you get the rich version, otherwise you get the lite version. = Does this plugin support other languages? = Yes, it does. Included in the `localization` folder is the translation template you can use to translate the plugin. See the [WordPress Codex](http://codex.wordpress.org/Translating_WordPress) for details. == Screenshots == 1. Dashboard on an iPhone 2. Write post form on an iPhone 3. "Lite" dashboard on a non-iPhone 4. "Lite" write post form on a non-iPhone == ChangeLog == **Version 1.2.0** * CSS tweaks to fix spacing issues in the original and updated iPhone/iPod Touch firmwares, as well as in desktop safari, instead of just the latest iPhone/iPod Touch. * Convenience links on email and URL field where and when appropriate. * Now launching some links in a new window (target="_blank") on devices supporting the feature. * Added a View/Preview button to the post/page edit forms. * Misc. navigational tweaks. * Improved the user experience on webkit devices with no or disabled Javascript support. * Better browser detection for rich v. lite versions of the interface. * Custom changes to iUI, submitted upstream to the original project. * Better, more consistent location bar hiding. **Version 1.1.0** * Changes made to address sizing, spacing and scrolling issues that were inherent in upstream iUI code. Specifically addresses iPod Touch/iPhone browser issues encountered on forms. **Version 1.0.1** * Slight bugfixes to iUI code to (hopefully) reduce "dancing" and sizing issues on Webkit browsers. **Version 1.0.0** * Inital release.