FAQ


Why did you make this?

I needed a simple way to get a logo for a project I am working on (Feed.Style). I didn’t like any of the existing options that I found, and it was a fun weekend project.

How does it work?

At the moment, it simply fetches the website’s favicon and returns it as an image. I plan to add more features in the future, but I don’t have a specific timeline.

Can I use this for free?

I made it for my own use, and don’t mind sharing for light, non-commercial use. I’m not going to provide support and you should not count on it being here forever. If you want to use it for something serious or commercial, you should host it yourself: it is not hard to set up and run.

This sucks!

I’m sorry you feel that way. If you don’t like it, please try one of the alternatives.

This is great, but I need…

I’m glad you like it! I plan to add more features in the future, but I don’t have a specific timeline. But it is open source and contributions are welcome!

What websites does it have logos for?

In theory, it should work on any website. In practice: try the bulk testing tool and see how it does on your actual data.

How does it find the logos?

It uses a few different methods to find the logo.

You can see all the logos that it finds for a given your on the All Logos page.

What is with all the % characters in the image URL on the demo page?

This is “URL encoding”: how characters that aren’t allowed in URLs are handled. Since the demo page will handle any URL, it is pretty conservative and encodes almost everything. If you just have a URL with normal characters, you can use it as is. If you have a URL with special characters, you will need to URL encode them.

Do I need to include the https:// in the URL?

For the momemt, yes. I will fix that at some point soon.

Will it work with insecure (i.e. http://) URLs?

If you specify an http:// website, it will get the logo. But you can’t use the resulting image on a secure (i.e. https://) website. If you want to use the image on a secure website, you need to use a secure URL.