Afficher automatiquement le favicon d'un site

Publié le 01 septembre 2009 par Latelament

Google propose un service permettant d'afficher automatiquement le favicon (définition sur  Wikipédia) d'un site, converti au format png.

Il suffit d'afficher l'image suivante :

<img src="http://www.google.com/s2/favicons?domain=domaine.extension" />

en remplaçant domaine.extension par ceux correspondant au site (sans http://).

Par exemple :

<ul>
    <li><img src="http://www.google.com/s2/favicons?domain=google.fr" alt="" />&nbsp;<a href="http://www.google.fr">http://www.google.fr</a></li>
    <li><img src="http://www.google.com/s2/favicons?domain=cowblog.fr" alt="" />&nbsp;<a href="http://www.cowblog.fr">http://www.cowblog.fr</a></li>
    <li><img src="http://www.google.com/s2/favicons?domain=facebook.com" alt="" />&nbsp;<a href="http://www.facebook.com">http://www.facebook.com</a></li>
</ul>