Create a Custom iDevice Icon for your Website
- July 13th, 2010
- No Comments
This is something that has had me baffled for a little while now. I have, and have had for a long time, a favicon for this website, but what I was unable to figure why the icon was not being applied to the bookmark icon on my iPod Touch homescreen.

Despite what I first thought, it turns out that the favicon is not what is used to create these icons on your iDevice. Now, before going any further, I would like to make it clear that their is absolutely no reason what-so-ever that this will not work for any Apple touch-screen device. These are, at this time, the iPod Touch, the iPhone and the iPad.
In order to make one of these icons you will need a high quality icon that you have made for you website. In order to prevent confusion I would recommend that you use a higher quality version of you favicon. Save your icon as a 45px by 45px file called “apple-touch-icon.png“. Once you have done this save it in the root directory of your website very much like I have.
For those who like to be particularly tidy, their is another way that allows you to file your icon away where it is nice a tidy. In order to do this save your icon as a 45px by 45px file called “apple-touch-icon.png“, as with the last method, but this time save it wherever you like. Then add the following line between the head tags on your website.
<link rel="apple-touch-icon" href="/path/to/file/apple-touch-icon.png" />
Thinking about it, with this second method their is no real reason to even bother with the file name I have suggested. Go mad, call it whatever you like, just don’t forget to update the mark-up accordingly.
Adding a site to your Home-screen
For those who do not know how to add bookmarks to their home-screen on their iDevice simply go to the page in safari and then follow these steps:
- Press the little “+” symbol (centre bottom)
- Click “Add to Home Screen”
- Name it as you like, and wait a moment to ensure any icons that are present download
- Click Add (top right)
- Done! Your Icon will have been added in the first empty space
Thats all there is to it, and it is one thing I would encourage everyone to do just to help keep people sane when they bookmark your site on their iDevice.