Ever wanted to make a list of URLs and beautify it with the favicons of the sites? Very time consuming task... With this tiny online helper it will be no problem any more. It converts the .ico into a PNG which can be displayed in all browsers then:


[http://www.google.com/s2/favicons?domain=www.infopirate.org]

Showing the favicon of a domain next to a link is a really nice trick, but it’s slightly tricky to achieve as IE won’t display a .ico file if you link to it from an img element, so you need to convert the images server-side. This undocumented Google API does that for you, meaning it’s much easier to add favicons as a feature to your site.

Bookmark and Share