My blog is mobile!
Posted on June 11th, 2008
I’ve just installed the WordPress Mobile Edition plugin for WordPress, which means my blog is mobile.
So, does that make it a moblog or a blobile ???
So, if you’re viewing this on a web browser you’re probably wondering what the site actually looks like on a mobile device. I can’t take a picture of it (d’uh!), but it’s basically a plain text list of recent posts – with all the formatting taken out.
I was curious as to how the plugin detects whether the user-agent is mobile. It was straightforward. An array of user agent strings for small browsers (DoCoMo, Wii, Symbian) is created, and if the user agent matches an element of the array, then the plugin generates a mobile-friendly layout.