I recently configured my site for mobile consumption, by using the WordPress Mobile Edition plugin along with the Carrington Mobile 1.0.2 theme. I noticed when I bookmarked my site using the iPhone that the home screen icon as missing. Today I’m going to run through how to create and setup the home icon for your website.
You will need to produce an image in PNG format that:

This part is extremely easy. there are two options, if you have access to your root directory (usually where your index.html file is kept) you can save your icon as apple-touch-icon-precomposed.png and the iphone or ipod will do the rest.
Or you can add a line of meta code to the head of your page which specifies the link to your icon.
Glossy icon:
<link rel="apple-touch-icon" href="/images/iphone_icon.png" />
Non glossy icon:
<link rel="apple-touch-icon-precomposed" href="/images/iphone_icon.png" />
Cool, definitely need to do that, even though I’m guessing most visitors to my site use a regular computer.
Pingback: uberVU - social comments
This is great, followed your tutorial and it works a treat!
This is a great icon! Thanks for sharing this.
Well, that’s a great scheme to create and setup the home icon for our website.
Thanks for showing iPhone bookmark icon. Fine!!!
Subscribe to all the Papermashup Tutorials and articles straight to your RSS reader.
Sign up and get all the Papermashup tutorials straight to your inbox.
Follow us on Twitter and get in-stream messages
7 discussions around Give your site an iPhone bookmark icon