Adding an iOS favicon for iPhones and iPads
You can add a separate favicon to personalize the image displayed on iOS devices, like the iPod, iPhone and iPod Touch.
Whenever an iOS user adds a shortcut link to a website to their home screen, an image is displayed. Unless you specify which image to use in the site manager, the image displayed will be a partial preview of the homepage of your website.
To personalize the image used, you'll need to use a large-sized .png image, preferable 144x144 pixels in size. Use ConvertIcon to export the image, then upload it to your site via the File storage space menu of the site manager.
Once the image is uploaded, select it in the explorer window, click the Details button, then the Insert tab, to copy the image URL (address).
Head to the Settings > Global settings > Editable zones menu, and locate the Additional META tags section. Paste the following code:
<link rel="apple-touch-icon" href="IMAGE-ADDRESS" />
Replace "IMAGE-ADDRESS" with the address of your image in the site storage space, then save your changes.
Your site now has a personalized iOS home screen image, which will be used whenever a visitor adds a link to your site to their iPhone, iPad or iPod Touch homescreen.