Make your blog mobile in 2 easy steps

So 2009 is upon us and already there’s been a lot of talk in the blogosphere about this being the year of the mobile web. But how many bloggers are ready for a mobile audience?

Here are two easy steps to make your blog mobile friendly. This script should direct visitors who visit any of the pages on your blog to a main mobile blog site. It is possible to create a fully mobile blog site by creating a specific stylesheet for mobile users using CSS but this is more complex and I haven’t fully worked out how to do it yet. But will blog about it if and when I do.

Step one
Create a mobile blog using Mippin.

Step two
Add the following code inside the head tags. Remove the asterisks and add your mobile blog web address.

<*script type=”text/javascript”>
if (screen.width<=800) { window.location=”http://mippin.com/yourblog” } <*/script>

Hey presto you’ve got a mobile site. Grab your phone and check it out!

About Matthew Watson

Matthew Watson works as a senior account executive in the technology practice of Speed Communications. You can follow him on Twitter here: @mpwatson.