Home Services Tutorials Articles News Resources Contact Us

Add a Custom Springboard Icon

The iPhone is capable of showing a custom icon of web pages the user has added to their home screen, however by default the image is a simple snap shot of the screen. Here’s how to make a custom icon that will show up in the iPhone’s springboard when a user adds your website.

  • Create a 57×57 PNG and name the file “apple-touch-icon.png”
  • Place in the same folder as your index.html file
  • Your icon will receive the a glossed look as well as rounded corners.

    In fact with a little coding, we can use a specific image as an icon for any individual page. Just use the following syntax:

    <link rel="apple-touch-icon" href="icon.png">

    where icon.png is the name of your icon. The file name will be taken from the HTML document title.

    Thats all there is to it. Find out how to design the icon here.

    -Shaun Mackey

    Submit this page to other blogs:

    These icons link to social bookmarking sites where readers can share and discover new web pages.
    • E-mail this story to a friend!
    • bodytext
    • Technorati
    • Slashdot
    • Fark
    • StumbleUpon
    • del.icio.us
    • Facebook
    (No Ratings Yet)
    Loading ... Loading ...

    Leave a comment

    Comment: