V
V
Vadim Belkin2015-02-27 18:08:04
HTML
Vadim Belkin, 2015-02-27 18:08:04

How to set cross-browser and cross-platform favicon?

I came across a realfavicongenerator code generator for inserting a favicon.
I get the following embed code as output

<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">

For Windows Phone, it’s clear in principle, but for the rest, do you really need so many options? Maybe some options are already outdated or irrelevant for modern devices?
Need support for desktop browsers, mobile (iOS, Android, WP)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Bukhalo, 2015-02-27
@donbot

Only you determine how many favicons you need to make. In reality, one icon of good resolution is enough, but if you want everything to be "in shekels" use the generator code. By the way, we use www.favicomatic.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question