** (this step is required for Android support, android ignores the non-pre-composed version):**
create 3 different sized versions of your site icon, in the .png format:
a 57x57 pixel version named: touch-icon-iphone-precomposed.png
a 72x72 pixel version named: apple-touch-icon-72x72-precomposed.png
a 114x114 pixel version named: apple-touch-icon-114x114-precomposed.png
I've had no problem adding the icon for the iPhone. I've created the icons in the other sizes for the android, and manually uploaded them to the same folder as the icon the add-on uploaded. How do I actually enable the new icons?
once they are in your theme folder, not in the images folder of the theme, it has to be in the theme folder and or or in your root folder or if you use a plugin for tags then where it specifies, and or you can add the meta data in the < head > here are some examples of how to do it..
< meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" >
< !-- For iPhone 4 with high-resolution Retina display: -- >
< !-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -- >
< link rel="apple-touch-icon-precomposed" href="/img/touch/l/apple-touch-icon.png" >
< !-- For nokia devices: -- >
< link rel="shortcut icon" href="/img/touch/apple-touch-icon.png" >
< meta name="apple-mobile-web-app-capable" content="yes" >
< meta name="apple-mobile-web-app-status-bar-style" content="black" >
Comments
You can find more info and screenshots here: http://blog.karlribas.com/2012/05/how-to-create-apple-touch-icon-for-your.html
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
If I may add to kasperisager's great link :
** (this step is required for Android support, android ignores the non-pre-composed version):**
create 3 different sized versions of your site icon, in the .png format:
a 57x57 pixel version named: touch-icon-iphone-precomposed.png
a 72x72 pixel version named: apple-touch-icon-72x72-precomposed.png
a 114x114 pixel version named: apple-touch-icon-114x114-precomposed.png
http://theksmith.com/technology/howto-website-icons-browsersdevices-favicon-apple-touch-icon-etc/
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
That's nice.
I've had no problem adding the icon for the iPhone. I've created the icons in the other sizes for the android, and manually uploaded them to the same folder as the icon the add-on uploaded. How do I actually enable the new icons?
once they are in your theme folder, not in the images folder of the theme, it has to be in the theme folder and or or in your root folder or if you use a plugin for tags then where it specifies, and or you can add the meta data in the < head > here are some examples of how to do it..
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌