1
wishcraft
iOS Icons for iPad, iPhone, iPad2 etc.

Notably something I have always had to add into a theme is the icons for Apples systems of icongraphic representation on there desktop. If you want your website too have an icon on an iPad, iPhone etc, when they are book marked to the desktop the following code needs to be added.

You need to prepare your icon which is a 32Bit PNG in the following dimensions:
  • 56 x 56
  • 72 x 72
  • 114 x 114


The tags to add in the <head>...</head> part is as follows:

<!-- Favicon -->
<
link rel="shortcut icon" type="image/ico" href="<{$xoops_imageurl}>icons/favicon.ico" />
<
link rel="icon" type="image/png" href="<{$xoops_imageurl}>icons/icon.png" />
<
link rel="apple-touch-icon" href="<{$xoops_imageurl}>icons/apple-touch-icon.png">
<
link rel="apple-touch-icon" sizes="72x72" href="<{$xoops_imageurl}>icons/apple-touch-icon-72x72.png">
<
link rel="apple-touch-icon" sizes="114x114" href="<{$xoops_imageurl}>icons/apple-touch-icon-114x114.png">


Some icons for the 2.6.0 Alpha 2 themes can be found on the SVN at: Click here for repo

2
zyspec
Re: iOS Icons for iPad, iPhone, iPad2 etc.
  • 2013/6/10 13:02

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Good to know... thanks Simon

Login

Who's Online

186 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits