Page 1 of 2

how to add a favicon?

Posted: Mon May 26, 2014 8:44 pm
by Jose Munoz

I have published my work with as a webapp the url is http://m.jmunoz.org I would like to use a favicon but cannot find where I can add one. Thank you for your time.


how to add a favicon?

Posted: Tue May 27, 2014 7:56 am
by Kateryna Grynko

Hi Jose,

In index.html, add codefavicon/code tag inside the tag code<head>/code:
precode<link href="http:&#47;&#47;example&#46;com/favicon&#46;png" rel="shortcut icon">/code/pre


how to add a favicon?

Posted: Tue May 27, 2014 8:28 pm
by Jose Munoz

Thank you for your reply Katya, I noticed your code has a png extension. does it have to be a png or should it be and .ico I have tried upload a ico to my media manager but it will not support this format.


how to add a favicon?

Posted: Tue May 27, 2014 9:10 pm
by Evgene Karachevtsev

Helo Jose,

You can use either .ico or .png image format. What issue did you have when you tried to upload .ico?


how to add a favicon?

Posted: Tue May 27, 2014 9:11 pm
by Alena Prykhodko

Yo can use both .ico or .png image formats.


how to add a favicon?

Posted: Thu Oct 15, 2015 5:18 am
by Jose Munoz7814231

Thanks, I give it a try.


how to add a favicon?

Posted: Thu Oct 15, 2015 8:44 pm
by Jose Munoz

this is what I got Image


how to add a favicon?

Posted: Sat Oct 17, 2015 10:22 am
by Serhii Kulibaba

Hello Jose,

You can upload .ico file in the source editor: https://devcenter.appery.io/tutorials...

But better way is use .png files instead of .ico


how to add a favicon?

Posted: Sun Nov 22, 2015 8:15 am
by Jack Bua

Hello, I am trying to get my favicon working on all of my pages. I have a png file that I have put in the img folder that is in WEB_RESOURCES folder.

Here is my html in the index.html page
Image

Here is the file tree of where the image is located:
Image

Could you help me fill in the blank please?


how to add a favicon?

Posted: Fri Nov 27, 2015 9:42 am
by Serhii Kulibaba

Please delete edited (blue colored) files on Source tab and click Undo all source changes on folder with edited files.

Please note that functionality added via Source tab will be lost and you would need to edit source files again in order to add it back, thus we would recommend that you save project backup before that.

Here (http://devcenter.appery.io/tutorials/...) is more information about Source files editing.

After that you can add favicon