Apple icone
Autor: Nordin R.
Visitado 1881,
Followers 1,
Compartido 0
is it posible to put in a apple icon
and where do i have to put it please step by step
for a dummy
Publicado en
If you refer to the icon of the site, you can set it in the General Settings tab, at the bottom.
Autor
No i mean àpple icon when somebody saves my site
on his iPhone /Ipad
Hello Nordin,
It is possible to add an apple icon. You will need to add in the project the image which will be used as icon, as example you can use the HTML&Widget Object, and then in step 1 - export " in the section before closign the HEAD tag you need to add the mcode to include them so the apple device can find them.
Many thanks!
Autor
What do you mean by" before closing THE head tag"
Please explane step by step Where i put THE html code
Add
<link rel="apple-touch-icon" href="/youriconpic.png"/>
Into the head section of the head section of your page. You will need to upload youriconpic.png as the pic you wish to make as the apple icon, and make sure it is directed to the directory you place the pic into ie if it is the images directory then make it
<link rel="apple-touch-icon" href="images/youriconpic.png"/>
then once someone adds your website to their screen on an iPhone or ipad, that icon will appear