iOS Safari web clip icons. Home screen


/ Published in: HTML
Save to your folder(s)

Create custom web clip icons or "app logos" in various sizes to be displayed (instead of the default site snapshot) when users save your site to their Home screens. Across Safari iOS devices.

Add in the in the same place you call your normal browser favicons.


Copy this code and paste it in your HTML
  1. <link rel="apple-touch-icon" href="touch-icon-iphone.png" />
  2. <link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png" />
  3. <link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4.png" />

URL: http://developer.apple.com/library/IOs/#documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.