Most voted "favicon" questions
Favicons are small images in format . ico (not necessarily in this extension) with about 16x16 pixels that are stored on a website for viewing in the browser.
Learn more…15 questions
Sort by count of
-
15
votes2
answers1586
viewsIs it good practice to have all sizes of favicons, and include all rel links in HTML?
I’ve always used only the favicon.ico on the pages HTML, with it at the root and with its link rel in the HEAD: <link rel='shortcut icon' href='https://site/favicon.ico'> But recently,…
-
6
votes1
answer182
viewsHow to add a bookmarklet with a specific favicon?
I made a little script bookmarklet and I’m trying to add a favicon, but I can’t. It is in this bookmarklet that I want to implement a favicon - keepvid.com // Juntar a url ativa na barra de…
-
4
votes3
answers3201
viewsPutting favicon on multiple pages on the same site
There is the possibility of using a different favicon for each page of a website? For example, I have a site with ten pages, I want to put a different favicon on each of the pages.
-
3
votes1
answer398
viewsHow to define a favicon? Is it mandatory to define it?
There are certain things that, by not doing constantly, I always end up forgetting how to do it. And one of them is the definition of a favicon for my website. What is the tag and attributes that I…
-
3
votes1
answer209
viewsDoes the operating system automatically cache PWA application icons?
I’m creating a PWA and one of the questions I have is if I need to cache all the icons that are in the manifest. Use a generator, to create all icons of different sizes and other files, the result…
-
2
votes1
answer117
viewsHow to avoid loading a favicon?
I have a site in wordpress, the problem is that it pulls the site favicon somewhere that I can not find, I checked in all the files of the site and found nothing written favicon, I want to remove…
-
1
votes2
answers4468
viewsFavicon does not appear
I generated the icon on http://www.favicon-generator.org/ I pasted the code that appears in the head after the tag <title>. And the images are in the root of the folder along with index.php…
-
1
votes1
answer339
viewsFavicon does not work on IE
Good afternoon everyone.I’m doing some HTML layout tests. I joined IE to see how it was and noticed that the code <link rel="shortcut icon" href="img/body/icon-amova.png"/> was not working in…
-
0
votes1
answer69
viewsHow to put favicon in xml page?
How do I place fav icon on an xml page? As it exists in html I would like to do the same in an xml page
faviconasked 7 years, 8 months ago Amadeu Antunes 3,331 -
0
votes2
answers1254
viewsFavicon not showing
Good afternoon, I would like the help of the university, created a website and put a favicon in the same folder as the pages that call it, but the favicon is not being shown: <link rel="shortcut…
-
0
votes1
answer49
viewsHow do I automatically generate a favicon?
Hello, I am creating a login API for clients, when the user generates "the page" he uploads your company logo to the server, but in addition to uploading the logo creates also generate a favicon…
-
0
votes0
answers153
viewsFavicon in microsoft edge does not show
Follows code: <link href="~/favicon/icon.png" rel="shortcut icon" type="image/x-icon" /> Follow picture: Only appears as "Home - My ASP Application", other browsers work well. Only works when…
-
0
votes1
answer805
viewsChange favicon in a Wamp project
I used the following code inside to change the favicon of my project <link rel="shortcut icon" href="img/favicon.ico"/> It worked well on the index, but when entering the same code on the…
-
0
votes0
answers434
viewsFavicon does not appear on the Chrome front-end
I’m new in wordpress and need a help, my site loads the favicon in almost the browsers without problems. It just doesn’t show up on Chrome, but only on the front end. When I open the admin, the…
-
0
votes0
answers42
viewsFavicon and audio not working
This is the code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="author" content="Tomás Ricardo"> <audio autoplay> <source src="audio_de_erro.mp3"…