Set Your Site’s Apple Touch Icon
Apple's mobile devices are taking over the world. iPhones and iPod Touches are all over the place. You can set an Apple Touch Icon for your website just like you can set a favorite icon. So lets do it!
The XHTML
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
The icon should be 114 pixels wide by 114 pixels tall.
Just like the favorite icon. Yet another creative detail to add to your site. Show people that you care about the details!
![Create a CSS Flipping Animation]()
CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...
![Chris Coyier’s Favorite CodePen Demos]()
David asked me if I'd be up for a guest post picking out some of my favorite Pens from CodePen. A daunting task! There are so many! I managed to pick a few though that have blown me away over the past few months. If you...
![Better Pull Quotes with MooTools]()
Chris Coyier authored a post titled Better Pull Quotes: Don't Repeat Markup a while back. In his post he created great-looking pull quotes without repeating any content -- instead he uses jQuery to dynamically create the pull quotes. The following is the...
![AJAX Page Loads Using MooTools Fx.Explode]()
Note: All credit for Fx.Explode goes to Jan Kassens.
One of the awesome pieces of code in MooTools Core Developer Jan Kassens' sandbox is his Fx.Explode functionality. When you click on any of the designated Fx.Explode elements, the elements "explode" off of the...
Good one to remember.
Also worth mentioning that the icon should be 57x57px
Good call George!
And what does this button do?
@Rick: There’s an option in iPhone/iPod Touch’s Safari that lets you place shortcuts to websites right on the main screen. This icon will be used in case someone does that for your site.
It reminds me of MSIE and they standardization :)
Thanks for the tip. I’ve just done it. But, instead of putting the PNG file in the root folder, I put in the themes folder and changed the href reference accordingly. Is this all right?
where do i put this xhtml code?
In the header like html does. Remeber the link code ends with />.
By the way it is also used in Opera’s Speed Dial.
But this doesn’t work for blogger mobile template but only for the web version. Ho can i put this also for the mobile version
Should there be multiple icons listed in the header for new and old devices.? Also, it would be nice if this post [or every post] had a date so we/I would know when it was written as an indicator of it’s relevance.
I was in search for this. Good one.
I added the code to the root folder – is something supposed to show up on the home page or only when you use a mobile device?
Pulled a link to the iOS developer Library with some additional graphics specifications. Thanks for the great post. Love the hover effects!
http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html
Added your blog as a reference on my SEObrainstorm.com!
I noticed a lot of requests for that image in my visitor logs and had no clue what it’s about. Thanks for the tip!
I just published an Apple touch icons generator, converts your image to the right sizes and generates the correct html code to use them on your page. Curious to hear if you like it.
PLEASE NOTE:
1. The one size fits all icon size now is 114px 114px if you can’t be bothered to make all the various sizes – the OS will rescale it for you.
2. The image icon would not work if I called it anything other than “apple-touch-icon.png”. This drove me nuts.
its worked even without put meta in header, just put apple-touch-icon-precompossed.png in your web folder :D
The right answer was…
… 152×152. 180×180, thanks to iOS 8 (updated on September 26th, 2014).
Apple defines 4 icon sizes, from 60×60 up to 152×152. What the specifications forget to mention is that these sizes are for iOS 7. To support iOS 6 and prior, you need 4 other dimensions.
IPHONE IPAD
NON-RETINA RETINA NON-RETINA RETINA
IOS 6 AND PRIOR 57×57 114×114 72×72 144×144
IOS 7 60×60 120×120 76×76 152×152