Read more

faviconit.com: Super-simple favicon generator

Dominik Schöler
March 07, 2014Software engineer at makandra GmbH

Eduardo Russo was tired of complex favicon creation Show archive.org snapshot and created his own favicon generator Show archive.org snapshot . It's really easy and allows a lot of image editing before rendering the favicons, in all needed sizes, formats and with the HTML needed to include them!

Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

In Rails applications with Haml:

  • put all the favicon files into /public
  • store the HTML to app/views/layouts/_favicon.html
  • add = render 'layouts/favicon' to <head> in your application layout(s)

... and you're all set.

Posted by Dominik Schöler to makandra dev (2014-03-07 14:53)