Posted January 21, 20169 yr Hello, in which folder we can put the apple touch icon to show it in mobile browser ? Thanks
January 22, 20169 yr Community Expert 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.
January 22, 20169 yr 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. Edited January 22, 20169 yr by T. D. Perry
January 22, 20169 yr Author Thank you @Tracy Perry thats work perfectly hope this will be integrated as friendly feature in future releases of IPB
Archived
This topic is now archived and is closed to further replies.