MoFuse

How to Create a Mobile Site with MoFuse

MoFuse is a service that lets you convert basically any site with a RSS feed, to a mobile site hosted by MoFuse. You can customize the design, setup your very own domain, and even add advertising to the mobile version of your site. This is a great option if you don’t feel comfortable hosting your mobile site yourself. And the best part is, MoFuse supports both traditional mobile phones, and the iPhone, which is really cool.

Getting Started

It is actually very simple to get your site setup with MoFuse. Just fill out the URL to your blog (or whatever), and let MoFuse detect it, on the front page. For our example, I’ll add a mobile version to my own site, and then I’ll customize it somewhat.

Setup

In the second step you’ll have to choose an URL for your mobile site, hosted under the mofuse.com domain. Mine is tdhedengren.mofuse.mobi“>tdhedengren.mofuse.mobi, which will work when I’ve finished setting up my mobile site. You’ll also get to pick a category for your mobile site, and play with a dummy version if you will.

If you haven’t used MoFuse before, you’ll be prompted to setup a user account as well. However, if you have, you should do the setup process from within the MoFuse Dashboard (i.e. you need to login first, click Launch a Mobile Site in the left menu). It is basically the same thing, however, so no worries.

Setup

Not very difficult, was it?

Customizing the Mobile Site

If you’re happy with the default look of you mobile site, you can skip the customization, however, I do encourage you to at least change the colors to match your current design, and possibly add a logo if you’ve got one. This is how my mobile site looks per default:

After The Setup

It looks decent enough, however, nothing spectacular. I want to carry my brand with me to the mobile screens as well, so let’s make it a little more tdhedengren.com, shall we? First of all, login to your MoFuse Dashboard, and click the site you want to edit. Starting with colors, click Design/Colors in the right column menu within. This will take us to a straight-forward page where you can edit background, header text, header background, text, and link color by entering HEX values in the boxes, or just click them to choose the color you want from the palette.

Edit Colors

You can find your colors in your CSS file. I edited mine to go with the style on tdhedengren.com, clicked the Save button, and then clicked the Upload Logo link, which is also available to the right but called Your Logo instead.

My logo is simple. I created a 200 pixel wide one, but added some extra whitespace in the file to the top, since I want to avoid having it “hit” the top header, where my mobile site’s name is displayed. You’ll probably want to play a bit with that, but I went with 10 pixels extra whitespace above my actual logo.

Upload you logo, and then go back to the Design/Colors page. Now you’ll have options for header background color behind the logo, logo alignment, and of course if you want to show it at all. Edit accordingly, use the “refresh preview” link in the dummy preview below the actual settings, and click Save when you’re done. Now it looks like this:

After Custom

Tweaking and Monetizing

We’re pretty much good to go now, but I’d like to tweak my site a little bit more. With my mobile site selected (i.e. clicked) in the MoFuse Dashboard, I click on Edit Homepage in the right column. This will let me write a little something to add under the header of my mobile site, or even on every mobile page should I want to. You get a simple WYISWYG editor to play with. Keep in mind that a lot of text will push down the links to the actual content, so keep it short. I just went with my standard catch-phrase “designer, writer, blogger” on the front page.

Edit Home Page

You can even add new pages, exclusive to your mobile site. Just click Add a New Page in the right column, and you get something similar to the Edit Homepage page. There are a bunch of more or less interesting add-ons for you to incorporate, play around if you will. I especially like the QR code, which might not be working across the world. It is basically an image you can print or whatever, and when someone takes a picture of it with their mobile camera, they’ll be directed to your mobile site. Nifty!

You might want to add a 57×57 pixel webclip icon for the iPhone and iPod touch. Click iPhone Settings in the right column, a wee bit down, and provide an URL to the icon file. You can turn on and off the iPhone version of your mobile site here as well, but why you’d want it off is beyond me.

One of the more interesting one is the Monetize option. This will let you embed ads on your mobile site, just by entering some details for either Google Adsense, or AdMob. Then you’re good to go. Mobile ads will probably not be a heavy hitter for you, but still, it might be something. For myself, I’ll leave it off, my site isn’t about ad dollars, and even if it were, I tend to look at mobile sites as a way to prolong the brand and, hopefully, get a faithful visitor on the traditional website as well.

<

Monetize

Finally, you might want to redirect visitors using mobile devices to your mobile site, automatically. Click Automatic Redirect to the right, and fetch the PHP code to paste it according to the instructions. However, this code is experimental, but as far as I can tell it really shouldn’t harm or slow down your site much. Tests with it worked too, but use at your own risk, of course.

Setting Up Your Own Domain

I’m not happy with having tdhedengren.mofuse.mobi as my mobile URL. It is too long, and it doesn’t really work wonders for my brand. I want m.tdhedengren.com to lead to the mobile site, which is something of a standard solution for traditional websites having a mobile version: Put it on a subdomain, preferably m (short) but mobile is pretty common too.

You’ll need access to DNS records to pull this one off, which means that you’ll probably have to be hosting your own site (although some creative redirects might be able to solve this as well). Managing DNS records isn’t something most of us do, so you might want to talk to your webhost about this. Remember, screwing up the DNS means that your site won’t be working, and I’m not talking about just your mobile one, your main site might be affected as well. Proceed with caution!

Since I’m a madman, I’ll give it a go anyway. First of all, let’s click Custom Domain in the right hand menu, at the top. All you need to do there is to enter your custom domain, mine being m.tdhedengren.com, and click Save. This won’t point the domain in question to MoFuse and your mobile site, but it will let MoFuse know that it should expect it.

Now let’s point the subdomain, m.tdhedengren.com, to the mobile site. This is when it gets dangerous, since you’ll need to make a DNS entry for the subdomain. What you want to add is a CNAME entry for m, pointing to your MoFuse address, mine being tdhedengren.mofuse.mobi. Various DNS managers look and work in different ways, and my current host needed me to send in a support ticket to make the CNAME entry. Another host I’ve got access to, however, have a DNS manager that looks like this:

DNS Edit

Please note the m CNAME pakten.mofuse.mobi part, which is the m.pakten.se subdomain pointing to pakten.mofuse.mobi.

Save, and then wait. It will take up to 48 hours for a DNS entry to go through across the world, although you’ll probably see result faster than that.

If you don’t want to fiddle with the DNS, you could do a subdomain redirect to your MoFuse URL. That would mean that anyone using your subdomain would be sent to your MoFuse URL, which is almost as good. Most webhosts offer subdomain redirects like this, so that shouldn’t be a problem to setup. You could also use the PHP script mentioned above to check what kind of device that are visiting your site, and serve the mobile version when appropriate that way

Welcome to the mobile web!

  • Subscribe to the NETTUTS RSS Feed for more daily web development tuts and articles.


Tags: mobile
Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
  • http://www.insicdesigns.info insic

    wow! i miss this before.

  • http://www.koenbuysse.be koen buysse

    nice tut, mobile internet is still not very popular in belgium, but non the less…very interesting.

  • http://enhance.qd-creative.co.uk James

    Looks quite useful actually. Although, if I were to utilize a service like this I would insist much more control over styles!

    Thanks for the tut Thord! :)

  • http://www.insicdesigns.info insic

    hehehe i found this article last august 29. now its in the top. i dont understand

  • http://alistairpott.com/ Alistair

    Is there search functionality? I want mobile users to be able to search the site…

  • http://www.1stwebdesigner.com Dainis Graveris

    I think this will be more useful in future – know just that`s not so popular – although anyway always good to support as many devices as possible. Will try :)

  • http://cyberantix.org Connor

    Hm…didn’t know about this service, could be very useful… Thanks.

  • http://tdhedengren.com tdhedengren

    I’m glad you guys liked it!

  • http://www.webmaster-source.com redwall_hp

    I also recommend CiUI (http://clientside.cnet.com/cnet-js-standards/ciui-cnet-iphone-ui/). It’s a great starting point to put together an iPhone version of a site, similar to iphone.cnet .com. It works well with SimplePie or PHP’s built-in XML functions to parse an RSS feed and display it in a navigable way.

  • http://nickcharlton.org.uk Nick Charlton

    Interesting concept, and a good article. However, I understood that the idea of splitting design from pure content meant that you could do this yourself, without having to use an external service to do it. Providing an separate stylesheet for mobile platforms isn’t in the realm of impossible.

    Nick

  • http://paulgendek.com Paul Gendek

    If you’re looking for an all-in-one solution, I could see where this would come in handy! Looks pretty simple to configure, and AdSense support is nice!

  • http://www.freshclickmedia.com Shane

    An interesting article – like many other readers here, I hadn’t heard of the service before. Whilst its styling options could never match the flexibility of a do-it-yourself site, its ease of use is appealing and something I may look at in the future.

    Thanks for posting.

  • http://www.ben-griffiths.com Ben Griffiths

    Great article – might have to test this one out, looks very useful indeed :D

  • http://talkingtofu2.iblogger.org/blog/ Taylor Satula

    I like a home made mobile better than a generated one but for non-techies this is great

  • http://talkingtofu2.iblogger.org/blog/ Taylor Satula

    Is all their stuff xhtml, css valid?

  • http://www.bencotten.net Ben

    If you are using WordPress, Alex King has a great little plugin called “WordPress Mobile Edition” that will recognize most mobile browsers and then display the page in a mobile friendly format. It works really well, in my experience.

  • http://www.furleydelphia.com Furley

    thats awesome

  • http://www.pixert.com Kate

    Nice article. I learn new thing here. Good job!

  • http://www.aaronhalldesign.com Aaron

    Awesome!! Is there a search function in nettuts.com yet?? I would love to learn how it works! (Without ever using Google.. just like basic search)

  • Pingback: Freelance Friday: My Writing Week 36 | tdhedengren

  • http://www.novolume.co.uk Dave Ellis

    Great little service, I’ve now got myself a mobile site up and running!

  • http://www.wazdesign.wordpress.com Wazdesign

    Wow! I Am thinking for this

  • Pingback: Patrick DeVivo dot com Goes Mobile | Patrick DeVivo dot com

  • http://rcthegreatblog.com Rahul Chowdhury

    This article was really helpful, and this site looks better than Plusmo.

  • http://www.miraztutorials.com huwaw69

    This is a good tutorial im gonna try to publish a website that can only be seen on a moblie phone… hehehe thanks

  • sohel

    good one…nice for learning

  • http://11 sohel

    good 1

  • http://www.myspace.com/ChristopherGonzalez MexiChriS

    Okay, if anyone is wanting to learn to develop apps for the iPhone, please VOTE for them and get TUTs to make it happen!!! Vote for iPhone site/tutorials bellow! ….Maybe repost this somewhere yourself, to make it happen sooner, think about it!!!

    iPhone Tuts Site:
    http://psdtuts.uservoice.com/pages/2999-vectortuts-site-suggestions-and-feedback/suggestions/220438-iphone-tuts-site

    Learn To Code For iPhone:
    http://psdtuts.uservoice.com/pages/2997-nettuts-tutorial-suggestions/suggestions/155081-learn-to-code-for-iphone

    DEVTuts+:
    http://psdtuts.uservoice.com/pages/2997-nettuts-tutorial-suggestions/suggestions/245744-devtuts-

  • http://www.elung.net kleom

    OK ! I like it

  • Bheys

    Thanx it’s help a lot

  • marvincspw

    very nice and interesting tutorials…

  • http://www.superwap.eu Vytenis

    Hey, it is more easy way to create a mobile site by using http://www.superwap.eu wap builder system.
    Try :)

  • Pingback: A Roundup of 15 Mobile Web Design Tutorials - SloDive

  • http://mounir.tv/vb Soly Mounir

    can i make my vbluttin board , as a mobile website ?

  • Pingback: Mobil sitenizi yapmanız için dersler , servisler ve temalar | web tasarım ve internet magazin

  • Pingback: Tutorials for Making Your Website Mobile Friendly - Noupe Design Blog

  • Pingback: Tutorials for Making Your Website Mobile Friendly | The best Tutorials

  • Pingback: 26 Great Tutorials To Make Your Website Mobile Friendly | JustWordPress.net

  • http://www.justwordpress.net steff

    MoFuse rocks! it;s so much easier to create a mobile version of your website with MoFuse! Thanks a lottt!

  • Pingback: Wordpress Blog Services - Tutorials for Making Your Website Mobile Friendly

  • Pingback: Diar's Playground» Tutorials for Making Your Website Mobile Friendly

  • http://www.pixalwebdesign.com web design

    great tutorial….thanks for sharing this….

  • Pingback: [mobile web development] A Roundup of 15 Mobile Web Design Tutorials | Androidwapps - Android and Iphone Apps

  • Steve

    Just found this blog so i thought my comment make help anyone else looking to get into mobile website development.

    Check out http://www.web2mobile.co and all of your questions will be answered.

    This website changed my life and business model.

    Good luck
    Steve

  • http://www.blurty.com/talkpost.bml?journal=bjara847&itemid=680 Roach

    Pretty great post. I just stumbled upon your blog and wanted to say that I have actually enjoyed reading your blog posts. Any way I’ll be subscribing to your feed and I hope you post again soon.

  • Rick

    Why dont you limit yourself with limited XXX pages or couple forms?

    mobile ecommerce + mobile cms + dynamic forms + lead management = jaenovation mobile

    The most comprehensive mobile system i have seen so far!!!

    they have demo version check it out http://www.jaenovation.com

  • Pingback: 30+ Must See Mobile Website Design Tutorials & Tips | Tutorials Share | Web & Graphic Design Tutorial Roundups

  • http://blog.najiullah.com ahmad najiullah

    this is free service or paid?

  • Thomas

    Mofuse is a pretty good tool along with Bmobilized.com. I’ve tried out a new tool at http://SproutMobi.com and really like the interface and ease of use of that tool. It’s as easy as just copying some html code over from the pages you want to feature, on to their tool and push it mobile.

  • Prodyot

    Wow!
    Nice tut.
    Thanks