Q: How can i set the icon of a Safari Bookmark on the iPhone's Homescreen?
A1: upload a 57x57px png to /apple-touch-icon.png and the glossy will automatically be added.
A2: upload a 57x57px png to /apple-touch-icon-precomposed.png if you want nothing to be added.
A3: place a <link rel="apple-touch-icon" href="..."> tag in the head of your page and reference to a 57x57px png.
A4: place a <link rel="apple-touch-icon-precomposed" href="..."> tag in the head of your page and reference to a 57x57px png that won't be proccessed further.
< index