Is it possible for me to use a different favicon for each page of a site?
For example, I have a site with ten pages, I want to put a different favicon on each page.
Is it possible for me to use a different favicon for each page of a site?
For example, I have a site with ten pages, I want to put a different favicon on each page.
If it is static, you only have to change the
<link href="/SEU_FAVICON_DIFERENTE_AQUI.ico" rel="shortcut icon" type="image/x-icon" />
On each html page.
The favicon
is inserted into the page by html.
Stackoverflow's Faveicon
<link rel="shortcut icon" href="//cdn.sstatic.net/br/img/favicon.ico?v=dc8ddf0e4768">
Just let each page point to a different image.
Hello try this code
<meta property="og:image" content="http://www.seu_site/pasta_de_favicons/nome_do_favicon.png" />
tip: your favicon image must be 192x192 pixels and .png extension