A favicon is a small graphic normally 16x16 pixels, though it can be larger, often displayed in the address or tab bar (left of the url) of your browser.
2
votes
0answers
20 views
Requests for touch icons from android
Does anyone know the logical flow and timing behind requests for apple-touch-icon.png by android apps that use an embedded webkit browser?
What I seem to be seeing (but am having trouble verifying) ...
-1
votes
2answers
22 views
How to insert text in url bar instead of a favicon?
Before anyone says it's impossible, check the address bar on this website...
https://b2bbank.com/about-us/client-communities.sn
This site has the company name in the address bar, in safari its on ...
1
vote
0answers
35 views
Show .ico Files in Windows Phone 8 App
I'm building an app for Windows Phone 8 that will be able to show the favicon of a website, but the problem is that, when the image is an icon, I get an exception telling me that the image type isn't ...
1
vote
4answers
107 views
Setting a single favicon for the entire website
Hello all at Stackoverflow,
Ok so I've been asked if I can add a favicon to a website, ok easy enough just this bit of code:
<link rel="shortcut icon" ...
0
votes
1answer
26 views
Why Icon is not showing in IE
I want to add Icon(favicon) in my project.
so I have added following line in my header:
<link rel="shortcut icon" type="image/png" href="view/pics/google_favicon.png"/>
and added ...
2
votes
4answers
154 views
+100
Which versions of IE support PNG favicons?
In this old StackOverflow post, it was said that only IE6 had issues with PNG favicons, but on channel9, it said that IE7 also does not support PNG favicons either.
But, unfortunately, the channel9 ...
0
votes
2answers
36 views
favicon.ico not shown on IE [Worked in Chrome & FireFox]
As per question, I was unable to display the favicon.ico on IE. (The project is deployed on Apache Tomcat 7.0 and tested on IE 10)
Note: I can only deploy the favicon.ico inside my project folder and ...
0
votes
2answers
38 views
favicon not showing website in chrome or firefox
Why isn't this website's favicon showing in chrome or firefox?
It is in the root of the server at http://the-irf.com/favicon.ico and is in the .ico format so it should be supported by those browsers.
...
1
vote
1answer
20 views
Where to put favicon to take JSF resource versioning into account?
In my JSF webApp I have put all of my resources (js, css, img) into a versioned library as pointed out by BalusC in this answer.
Now my favicon also resided here:
resources --> default --> ...
0
votes
2answers
19 views
Browser Compatibility Issues: Header displaced / Favicon missing
I have two minor issues regarding my website www.pitch-in.org.uk and the way it is displayed on certain browsers. One is regarding the placement of my 'header', and the other is my 'favicon'.
When ...
1
vote
0answers
24 views
Wrong display favicon.ico on android device
I have a problem with loading favicon.ico from some sites.
For example http://deti.fm/favicon.ico.
On decktop computer it loads good, but on android device it loads with defect pixels.
Here is ...
14
votes
7answers
442 views
Use favicon to track user visit to a website
I read in this answer to "How website can track users even after clearing browser cookies" that a user can be tracked via the website favicon:
Favicons are a third possibility--which most browsers ...
0
votes
0answers
8 views
Mobile Browsers Don't Find Favicon
I have a strange problem, and I've looked at all the favicon-related questions I can find on here, but still nothing is quite applicable. I have a website and the favicon loads fine in every major ...
0
votes
3answers
41 views
favicon is not displayed on html page
I want to put icon for the title
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head><title>TITLE</title></head>
<link rel="icon" type="image/png" ...
0
votes
0answers
24 views
Route for favicon
I have a .net mvc4 application that has a multitentant solution.
The way this is set up is that it tries to get a file for the client, and if not found it takes the global file.
All this works great ...
0
votes
1answer
46 views
Save png file locally from a URL in PHP
I have to download a png file and use it for Image Processing in php.
I want to save this image:
/favicon?domain=http://facebook.com/">https://plus.google.com//favicon?domain=http://facebook.com/
...
1
vote
1answer
18 views
Put favorite icon outsite the web site root folder
I need to put favicon.ico outside the root of the web site.
Can i place it in another path or it may penalize some old browser?
1
vote
4answers
47 views
Google crome can't show fav icon
Google crome can't show fav icon of the website http://www.hausnaturpur.de/
where as in Firefox and other browser support the fav icon .
we used this code
<link rel="shortcut icon" ...
0
votes
1answer
99 views
How to display favicons in chrome <HTML>
I had a problem with displaying my favicon in Chrome. It works fine in FireFox, but I can't get it to display in Chrome. Also, something else I would like to ask is if you have to actually have a ...
0
votes
1answer
35 views
Failing mocha test on hash of favicon static image
I'm trying to use mocha, request, and a SHA1 hash to write an integration test to confirm that the favicon being served from Express is the same as the one on the file system. I get two different ...
0
votes
0answers
37 views
What is the difference b/w resource view and header view in ieHTTPHeader w.r.t favicon.ico request?
IE requests internally for the favicon.ico which is normally seen in resource view in ieHTTPHeader. One of my customer's ieHTTPHeader shows this request in headers view and they face problem in ...
0
votes
0answers
15 views
Can't get rid of tab icon in Mantis
I'm adapting mantis for my company intranet and cannot figure out how to get rid of the browser tab icon. I have deleted the favicon file, set$g_favicon_image to blank in config_inc, and deleted
...
1
vote
1answer
24 views
Changing joomlas default favicon path
I try to change joomlas default favicon and I would like to place it in the root of my web. How can I do that?
1
vote
0answers
53 views
Favicon is not getting displayed in production even after clearing cache
Am using Ruby-on-Rails 3.1. I have placed my favicon.ico in a public folder. Then I included the link in my layout file as follows:
<link rel="shortcut icon" ...
0
votes
0answers
109 views
What size is apple touch icon when no size specified
I have read that there are many apple touch icon size.
just like that :
<link rel="apple-touch-icon" href="apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" ...
0
votes
1answer
27 views
multi-embedded favicon not working in Safari
I have a multi-embedded favicon.ico file used in my html doc, it works everywhere except Safari. I have tried clearing cache but nothing seems to work.
<link rel="shortcut icon" ...
0
votes
0answers
78 views
Add favicon on my web site
There is something i can understand. I try to have a favicon on my web site.
Yt-Stats
When i pass the favicon to the validator it's ok :
Validator
But when i past the url of my web site on ...
1
vote
2answers
27 views
Favicon not showing with camping
I want to learn about webapps. I decided to learn by doing and chose to start simple with Camping as (i). it is small & (ii). i know some ruby.
The favicon is not showing. I am using a favicon ...
0
votes
1answer
310 views
Favicon not showing up in Google Chrome
I have a favicon icon which isn't showing up in Chrome (I'm not sure about other browsers as I only use Chrome) but the strange thing is if I type the path to the icon in the URL bar it shows up!
Any ...
-2
votes
1answer
43 views
What is the difference between these two Wikipedia favicon images? [closed]
Is there any difference between the standard square Wikipedia Favicon ("Group of pictures" tab) and the Rounded Wikipedia tab ("High Efficiency Video Coding" tab)?
...
2
votes
0answers
82 views
Embedded Jetty and favicon
I am using Jetty embedded in my application as follows:
ResourceConfig rc = new PackagesResourceConfig("my.jersey.resources.package");
ServletHolder servletHolder = new ServletHolder(new ...
0
votes
1answer
75 views
my page containing several favicons not showing on internet explorer - .ico files not displaying
I have a site which allows users to enter a web address. The code goes and gets the favicon for the site and saves it. The favicon is then displayed elsewhere on the site.
This all works fine for ...
1
vote
2answers
95 views
Why is my WebMatrix project still using the old favicon.ico file?
The default favicon.ico that gets included in a WebMatrix product is added in _SiteLayout.cshtml like so:
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
That icon does ...
0
votes
4answers
40 views
Favicon not visible when debugging but it does show up when deploying to sever
Our favicon won't show up while debugging, though it does show up when it has been deployed to a server. what could cause this behavior?
the code we use is:
<head>
<title>Our ...
0
votes
1answer
144 views
putting gif image in favicon, not working on chrome
I created a html,css website which includes php scripts, mysql queries and a lot of things. I put a favicon image for the icon of the page. The favicon I created online was kind of gif format. Now, in ...
0
votes
1answer
77 views
XPages headTag 'bookmark' icon - File does not exist because of proxy routing
My XPage headTag code works correctly within the firewall. Because users will access this database through a proxy, the proxy is causing a problem with my icon/bookmark icons. This error appears in ...
0
votes
0answers
18 views
Will page size increase with multiple size favicons?
The most commonly used size for favicons is 16px by 16px however I know that some browsers and devices can make use of much higher resolutions ones, up to 195px according to this link: ...
0
votes
2answers
73 views
Adding Favicon to a Website
So i'm trying to add a favicon to my website but everytime I open the site the favicon doesn't show. So in my main template file I have this:
<link rel="icon" type="image/ico" ...
-1
votes
1answer
679 views
Favicon not working in Chrome
The favicon that I am trying to use for a site is showing up on the Firefox tabs, but not on the Chrome tabs.
-4
votes
1answer
58 views
favicon.ico and session [closed]
I store all the sessions in the database and created a function that adds the cookie "id". I can not understand why the session is created when accessing favicon.iсo this is not happening in the css ...
0
votes
1answer
52 views
Implement Favicon
I want to implement a favicon and use this line in my index.html:
<link rel="shortcut icon" href="img/favicon.ico">
Am I doing something wrong or missing something else? It doesn't show me an ...
1
vote
1answer
48 views
icon/image IN the title
I have just come across this website (http://helios.io) that has an icon IN the title.
Not a favicon, but next to the title text (on the right of it).
How was this achieved?
(worked in both Safari ...
1
vote
5answers
2k views
Add image in title bar
How do i add image in title bar?
I have title- "Webnet"
Merging it with a FontAwesome Glyphicon's icon images as-
<title><i class="icon-user icon-black"></i>Webnet</title>
...
1
vote
2answers
210 views
DevExpress UploadControl javascript error in Google Chrome
I am using Devexpress UploadControl for MVC in my project. I am using a pop-up for uploading file where the file upload control is placed. If I click the button to trigger that pop-up more than once ...
-2
votes
2answers
55 views
how to update a favicon, vimeo style [closed]
Vimeo has this nice favicon that changes while uploading a video, it shows the amount of uploaded content in a pie chart style favicon. Can someone point me in the right direction of how to create ...
0
votes
2answers
110 views
Disable favicon in jsp page
How I can disable favicon.ico in specific jsp page so there wouldn't be any traffic?
Thanks in advance.
-2
votes
3answers
317 views
How to add favicon on newly created web page through notepad?
I have made a webpage through notepad. And want to have a "faveicon" but can't add it.
Here's my html's head part:
""<link rel="shortcut icon" href="/favicon.ico"/> ""
after title part i ...
0
votes
0answers
39 views
Java XPath HTML : grab shortcut icon (favicon)
I just want to grab the link to the favicon from a HTML website (parse with Jtidy) and print it on the screen.
This doesn't work :
NodeIterator nl = ...
0
votes
3answers
77 views
Favicon shows up on rails local, not on hosted app
I put my favicon.ico in my public folder, and it shows up on my localhost, but when I check it out on the internet, shows up instead. My app is hosted through heroku, and the domain is provided by ...
0
votes
3answers
127 views
How do I delete Tumblr's default favicon
In my custom theme, I've just deleted this line:
<link rel="icon" href="{Favicon}"/>
But tumblr's default favicon kept appearing. I presume it's because it's stored in image/favicon.ico path, ...






