Web Administrator's Guide
Thursday, March 28, 2024

How do I create a webclip for my site for iPhone/iPad?

 
How to create a webclip (also known as Apple Touch Icon) for your site for iPhone/iPad/iPod touch users who want to add your site to their home screen:
  1. Create a 144x144 PNG image in a photo editing program or use an online service such as Iconifier
  2. Save it as "apple-touch-icon.png"
  3. Upload it to the main area of "My Files" (not inside of a folder)
  4. Copy the following code and paste it into the Content Head section of the Home Page Settings tab of the Pages manager:
    <link rel="apple-touch-icon" href="/clientimages/yoursiteID#/apple-touch-icon.png"/>
    *Be sure to change out site ID in the example code above to reference your information specifically so that your image will be displayed.
Miscellaneous:Favicons
Technical:HTML / JavaScript / CSS

Previous Page