Jump to content

Apple touch icon


Janyour

Recommended Posts

Posted

Unfortunately, you'll need to add the meta tag that tells the device which image to use and where it's stored. It's not as easy as uploading an image. 

Posted
8 hours ago, Jim M said:

Unfortunately, you'll need to add the meta tag that tells the device which image to use and where it's stored. It's not as easy as uploading an image. 

Almost as easy... it's simply editing 1 template that contains the <head> </head> section (which should be globalTemplate in this case) and in it placing 

<link href="http://www.yoursite.com/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="http://www.yoursite.com/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
<link href="http://www.yoursite.com/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
<link href="http://www.yoursite.com/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />

where you simply upload the image into  your root or into a subdirectory off of it and point the above paths at it.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...