Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.0k views
in Themes by
I am asking this question based on following question

http://www.question2answer.org/qa/29322/how-to-upload-a-favicon-image

And my requirement is add favicon image to my question2answer web site?

Please help.
Q2A version: favicon

1 Answer

+1 vote
by
selected by
 
Best answer

You can easily create your favicon uploading an image to an online free generator.

Some examples :

http://favicon-generator.org

http://www.favicon.cc

http://www.genfavicon.com

http://www.favicontool.com

by
Thanks I created the favicon.ico file and uploaded to my root.
And that favicon file generating site is instructing to following code to the head section.

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">

Please tell me how add this code, I added this to Custom HTML in <head> section of every page: but did not work.
by
I created another one on http://www.favicon.cc/ and add html code which included the image to Custom HTML in <head> section of every page. No file uploaded. Now it is working. Thank you very much for your quick help.

http://www.wikifirst.net/

But this is not working on Internet Explorer.
by
If you use the default themes you do not need to add that code.
If you have custom themes, see here :
http://www.question2answer.org/qa/29690/favicon-not-showing
by
I am using snow theme. But the adding code which included image coding did work for me.
by
So you don't need to add code
by
Yes, thank you very much for your support.
...