iMT - iPhone Interface for Movable Type
This plugin automatically provides a customized and specially designed user interface for Movable Type 4.0 users accessing their Movable Type installation via their iPhone or iPod Touch.
This plugin automatically provides a customized and specially designed user interface for Movable Type 4.0 users accessing their Movable Type installation via their iPhone or iPod Touch.
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.
Copyright 2007-2009 Six Apart Ltd. All content licensed under Creative Commons Attribution-Share Alike 3.0 Unported License.
Beau Smith
October 1, 2007 9:07 PM | Reply
Works great! Easy install. Simple and efficient interface.
Anil Dash
October 8, 2007 8:50 PM | Reply
I use it with my iPod Touch and it works seamlessly. When I got a flurry of comments while traveling, it was a piece of cake to look at them on my iPod using the wifi at the airport and just make sure everything on my site was under control. I can't ask for anything more from a plugin than peace of mind! :)
Matt Carey
May 21, 2008 8:40 AM | Reply
Any chance this could be extended to include Custom Fields? I know asset uploading won't work but being able to add content into custom fields would be a big plus.
I also really want to be able to get to the templates via this interface, but I expect that is asking too much!!
Beau Smith
August 17, 2008 7:13 AM | Reply
Note that MT 4.2 requires version 1.02 of iMT.
Noted on MT 4.2 Upgrade Guide
Beau Smith
replied to comment from Matt Carey
August 17, 2008 7:21 AM | Reply
I want custom fields for iMT too. I'm not a Perl expert, but this is on my list of hack projects. iMT is GPL so anyone can work on it.
Perhaps you might be interested in doing some interface work for iPhone versions of each custom field type?
Code can be found in the SVN repo and a TRAC view is also available.
Dr. Mike Wendell
March 12, 2009 4:28 PM | Reply
Thanks for providing this. One thing that I would like to see is the option to have multiple categories within a post. You can only do one on the dial with no option that I see to go back and do additional ones.
Another thing I would like to see if being able to use images that are already present on the site. I do like to include an image with every post and frequently reuse images from previous posts.
It does work though. :)
Dr. Mike Wendell
March 13, 2009 9:14 AM | Reply
Hmmm, I could have sworn that I leave a comment here.
I would like to see the ability of using images that have already been uploaded. That and being able to use multiple categories.
Thanks, -drmike
Jason McIntosh
July 1, 2009 8:48 AM | Reply
Howdy,
This isn't working so well for me. The login screen looks beautiful, but once I'm in, my entire MT interface is blank, except for the page header and footer. It looks like this:
This is version 1.02 of the plugin, and my server is running MT Pro 4.24. Any advice?
hessiebell
July 3, 2009 12:09 PM | Reply
i have the same problem as Jason. just a blank screen after logging in.
i'm using an ipod touch with the 3.0 update and MT 4.23.
Joshua Kaufman
July 6, 2009 4:05 PM | Reply
Same here. Seems like a recent MT upgrade broke this plugin.
Zingbot
July 8, 2009 7:41 AM | Reply
The last MT update killed this for me, too. Any updates coming? I was pretty reliant upon it.
wholewheattoast
July 8, 2009 3:03 PM | Reply
any chance on this getting fixed?
Michele Neylon
July 9, 2009 5:36 AM | Reply
Not working for me either :(
seiz
July 14, 2009 7:43 AM | Reply
Seems like a glitch in Safari Touch in iPhone OS 3.X.
It seems the incompatibility is easily fixed by modifying mtstatic/plugins/iMT/css/iphone.css
Look for the css rule for ".menu a" and comment out the first line (which sets overflow). The result should look like this:
.menu a { /* overflow: hidden; bug in safari on OS3*/ display: block; float: left; margin: 0 14px 12px 0; width: 62px; height: 90px; color: #999; font-weight: bold; text-decoration: none; }
Jay Brewer
July 27, 2009 10:19 AM | Reply
That worked for me great. Also - I really need the blog interface to support more than 10 or so blogs. We have 27 in one installation - and the main select a blog doesn't seem to support that number. Maybe there'some way to see all - or browse for more but I can't figure it out.
Nos402
January 9, 2010 5:41 PM | Reply
Does this not work with MT5? Just wondering. After I sign in I just get a blank screen and I didn't know if it was just me or an incompatibility issue.
hi-fi hillary
January 10, 2010 5:32 PM | Reply
yup. not working with MT5. sob.
hi-fi hillary
January 11, 2010 1:03 PM | Reply
it doesn't work with MT4.2 either (using iMT 1.02). what gives?
Paul Trunfio
February 1, 2010 12:18 PM | Reply
It's a good plugin. But there appears to be no ability to reply to user comments on blogs through this interface. Is there any fix for this that any of you know about???
Paul Trunfio
February 1, 2010 12:19 PM | Reply
Oh, and, yes the fix that Seiz proposed above does work perfectly. One tiny little comment line!