Taking Your Site Mobile

Posted by Al on September 26th, 2007 .

Mobile Browsing
I travel a fair bit on both business and pleasure and when away I become totally reliant on my mobile phone, I don’t use it so much for calls but I do use it extensively for checking email, news (mainly football results), my sites and making the odd blog post.

I use the mobile version of GMail as my mail client, they do have a Java version especially for mobiles but I find their mobile enhanced web version works a treat especially since it’s been improved so that you can perform the same action on multiple messages via check boxes. As I do so much browsing on my mobile I think it makes perfect sense to include a mobile version of some of my sites (the fact that Adsense for mobiles is now live also helped kick me into action).

After doing a bit of Googling research, I came across a cool WordPress plugin by Alex King that automatically creates a mobile version of your WordPress blog, so a quick download and install of this and we’re ready to go. I made a few modifications to the code to make it fit the site and also be more standard compliant (which it still isn’t 100%).

The plug-in will automatically deliver a mobile version of your blog to mobile versions that request it, I decided to register a couple of mobi domains to make it a bit more obvious but all these will do is redirect to the existing site and display accordingly (you can register mobi domains at GoDaddy.)

There are a fair few tools and communities out there to help with developing with mobile sites, you can use this mobile emulator to see what you site looks like in a mobile, there’s also a great mobile page checker that tells you what you need to do to make your page mobile compatible.

I still need to do a bit of work on this and test on more mobiles so if you’re known to do a bit of mobile browsing please check out Self Made Minds or Coolest Gadgets and let us know what you think and you can leave comments via the mobile version too :) .

This entry was posted on Wednesday, September 26th, 2007 and is filed under Blogging, Miscellaneous . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

RSS feed | Trackback URI

21 Comments »

Comment by Justin Cook from SEO Toronto Subscribed to comments via email
2007-09-26 13:17:10

This is an AWESOME tip! Can you expand a little on exactly what it scales down and/or removes?

Comment by Al from SMM Subscribed to comments via email
2007-09-26 15:17:54

It cuts out all images that are part of the theme and just keeps relevant images in each individual post. You also don’t have the sidebars for navigation as we do here, but there are still a few navigation links at the top and bottom of each page.
The best thing to do is give it a try on your phone or use the emulator mentioned.

Comment by Justin Cook from SEO Toronto Subscribed to comments via email
2007-09-26 15:26:27

That’s simply awesome. Unfortunately, only 0.02% of all my traffic is from mobile devices…

(Comments wont nest below this level)
Comment by Al from SMM Subscribed to comments via email
2007-09-26 18:36:21

Is that 0.02% and growing, maybe if you give them a better mobile experience more will follow.

 
Comment by Justin Cook from SEO Toronto Subscribed to comments via email
2007-09-26 18:39:02

No, most of the visitors to my blog are there for one specific purpose - to find a resolution for a specific programming problem. That’s not usually something you do on a PSP, you know?

 
Comment by Al from SMM Subscribed to comments via email
2007-09-26 19:54:04

Fair comment, I guess a lot depends on the topic of your site. It will be interesting to see just how much use the mobile version gets here and on CG.

 
 
 
 
Comment by Dave from American Homespun Subscribed to comments via email
2007-09-26 13:44:53

Thanks for the link to the WP plugin, I had no idea that it was available. I really need to get on board with a web capable mobile phone myself.

 
Comment by Matthew from Gadget Venue Subscribed to comments via email
2007-09-26 20:07:42

looks good. i am sending this from my nokia n73. i see the small adsense ads too.

Comment by Matthew from Gadget Venue Subscribed to comments via email
2007-09-26 20:10:15

Seems to work well although the form doesnt have space to enter the Title as you will notice my reply from my N73 just has Matthew rather then Matthew from Gadget Venue. Still cool though.

 
Comment by Matthew from Gadget Venue Subscribed to comments via email
2007-09-26 20:11:17

Weird… after posting the follow up remark from my laptop the Matthew from Gadget Venue appeared on the original reply.

Comment by Al from SMM Subscribed to comments via email
2007-09-26 20:15:23

That’s a side effect of an accidental on purpose feature :) it updates all comments with the site title for consistency (and to prevent abuse).

(Comments wont nest below this level)
 
 
 
2007-09-26 20:10:34

[...] Self Made Minds Don’t want to miss a single tip? Subscribe to our RSS [...]

 
Comment by Abdul from The Webmasters Tool Subscribed to comments via email
2007-09-27 09:07:44

may i ask what phone you have?

How expensive is it to browse via phone too?

Thanks for the links you have given. They are very useful.

Comment by Justin Cook from SEO Toronto Subscribed to comments via email
2007-09-27 11:53:11

I have the HTC s710, and I pay for a set number of megabytes per month. However, with mobile-ready sites, it only take few kb with each page load

Comment by Abdul from The Webmasters Tool Subscribed to comments via email
2007-09-27 17:04:09

but what are the prices like for web in UK?

also realistically how long could you browse for with 1MB?

(Comments wont nest below this level)
 
 
 
2007-09-27 11:26:24

[...] Via: Self Made Minds [...]

 
Comment by Artist from Draw 2 Mind
2007-09-27 22:11:25

Although I am still working on building my site and have a lot to develop, I have not even considered checking on a mobile platform. How are you able to tell what views are coming from a mobile device?

Comment by Justin Cook from SEO Toronto Subscribed to comments via email
2007-09-27 22:37:00

Just check your webstats. In the OS and Browser reports you’ll see mobile devices, and mobile browser versions. They’ll be the minority though.

 
Comment by Al from SMM Subscribed to comments via email
2007-09-27 22:50:08

The plug-in checks a list of known mobile user agents:

$small_browsers = array(
'2.0 MMP'
,'240x320'
,'AvantGo'
,'BlackBerry'
,'Blazer'
,'Cellphone'
,'Danger'
,'DoCoMo'
,'Elaine/3.0'
,'EudoraWeb'
,'hiptop'
,'MMEF20'
,'MOT-V'
,'NetFront'
,'Newt'
,'Nokia'
,'Opera Mini'
,'Palm'
,'portalmmm'
,'Proxinet'
,'ProxiNet'
,'SHARP-TQ-GX10'
,'Small'
,'SonyEricsson'
,'Symbian OS'
,'SymbianOS'
,'TS21i-10'
,'UP.Browser'
,'UP.Link'
,'Windows CE'
,'WinWAP'
);
foreach ($small_browsers as $browser) {
if (strstr($_SERVER["HTTP_USER_AGENT"], $browser)) {
$mobileVersion = true;
return true;
}
}

 
 
Comment by Artist from Draw 2 Mind
2007-09-28 14:42:20

Looks like my site has not gone mobile yet, on the other hand I have noticed a strong increase of view with ‘unknown’ browsers. Could it be these are simply not getting identified as mobi’s? Thanks for compiling the extensive list above.

 
2007-10-18 16:26:08

[...] Taking Your Site Mobile [...]

 
Name (required)
E-mail (required - never shown publicly)
URI
Title (will be used as link text for top commentators)
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.