=== WordPress Mobile Admin === Contributors: rgubby Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9077801 Tags: mobile, mobile admin Requires at least: 2.6 Tested up to: 2.8.6 Stable tag: 1.2 WordPress Mobile Admin allows you to blog from your mobile. == Description == WordPress Mobile Admin is a fully featured WordPress control panel for your mobile. It works on every device - no matter what it's capabilities, so it doesn't matter if you don't have an iPhone or BlackBerry, you can still manage and update your blog whilst you're on the go. It uses Wapple's advanced web services to produce perfect markup whilst at the same time maintaining the familiar look and feel of WordPress. You can write and edit posts, moderate and reply to comments as well as updating and managing pages. **Features** * Add new posts from mobile * Post pictures from your mobile phone and dictate where they appear on the post * Post & Page Management * Comment Moderation - including replying to comments * User Profile page * Support for gravatars This plugin uses the same technology as the Wapple Architect Mobile Plugin and if you like this plugin, you'll love that one. Check out the home page here: [Wapple Architect Mobile Plugin for WordPress](http://wordpress.org/extend/plugins/wapple-architect/) == Installation == 1. To install through WordPress Control Panel: * Click "Plugins", then "Add New" * Enter "Wordpress mobile admin" as search term and click "Search Plugins" * Click the "Install" link on the right hand side against "WordPress Mobile Admin" * Click the red "Install Now" button * Click the "Activate Plugin" link * Enter your Wapple Architect dev key into the settings page. You can get one from here [Wapple Dev Key Registration](http://wapple.net/register/plugins-signup.htm?trk=wpma) 1. To download and install manually: * Upload the entire `wordpress-mobile-admin` folder to the `/wp-content/plugins/` directory. * Activate the plugin through the `Plugins` menu in WordPress. * Enter your Wapple Architect dev key into the settings page. You can get one from here [Wapple Dev Key Registration](http://wapple.net/register/plugins-signup.htm?trk=wpma) The control panel of Wapple Architect is in `Settings` > `Wapple Architect` (on WordPress 2.3.3 and under, `Options` > `Wapple Architect`). A few things to note: * You must be on PHP5 * You must have SimpleXML installed on your server * You need to sign up for a Wapple Architect dev key. If you want to use the WordPress Mobile Plugin with WordPress MU as a site-wide plugin, install the "wordpress-mobile-plugin" folder in the plugins directory and activate on a site-by-site basis. == Frequently Asked Questions == = How do I get a dev key? = Head over to [Wapple](http://wapple.net/register/plugins-signup.htm?trk=wpma) and fill out the simple form, you should be able to get your dev key within a couple of minutes! = Why doesn't the plugin work? I see the web version on my mobile! = Have you entered your dev key into the Wapple Architect settings? If not, head over to Settings > Wapple Architect (or Options > Wapple Architect if you're on version 2.3.3 and under) and enter it into the "Dev Key" input box. = Do I need SOAP and SimpleXML running for this plugin to work? = You need SimpleXML as the results that are returned by Wapple's web services are in XML. It comes as standard with PHP 5 and as PHP 4 is no longer supported, you should really be on it! The dependancy on SOAP that existed in versions prior to 1.4 has been removed. From 1.4 and above, if you don't have SOAP it doesn't matter! = I don't see any styling! = On some server installs, all files in the /wp-content directory (including the directory), need to be set to 755. Change the permissions and try again. = File Uploads seem to be breaking my site = On some handsets on certain networks, file uploading doesn't work. Even though the mobile phone supports it, it doesn't like it. If you find you're having problems with posting, head to "Dashboard", then "Profile" and turn it off for your user. == Screenshots == 1. Dashboard 2. Posts Page 3. Comments Moderation 4. Login Page == Changelog == = 1.2 = * Added bulk actions to comment moderation * Added post date to add and edit posts = 1.1.1 = * Fixed bug when there is an admin path that isn't in the top level = 1.1 = * Added filter posts by type on posts page * Fix for really long comments * Added option to enter a post excerpt * Fixed image post size issue * Added compatibility with older WordPress versions * Added compatibility with WordPress 2.8.6 = 1.0.4 = * Fixed foreign chars bug = 1.0.3 = * Added compatibility with WordPress 2.8.5 = 1.0.2 = * Fixed compatibility issue when you don't have PHP5 = 1.0.1 = * Fixed admin bug = 1.0 = * Post images from mobile * Comment moderation * Post editing * Gravatar support