31

How do I set the icon that appears proper on the iPhone for the websites I have created?

JKD
  • 1,279
  • 1
  • 6
  • 26
Zack Peterson
  • 56,055
  • 78
  • 209
  • 280
  • I also found the `apple-touch-icon` information on the [Safari Web Content Guide](http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html) as well as `apple-mobile-web-app-capable` meta tag for full screen mode. – Kevin Hakanson Mar 25 '10 at 00:59

1 Answers1

2

Add this in your head section:<link rel="icon" href="/your-icon-url"/>

Bragadeeswaran
  • 278
  • 1
  • 10