Retrieve the Favicon from any website using URL

Опубликовано: 26 Октябрь 2024
на канале: One Mad Geek
569
8

Here simple demo video for Retrieve the Favicon for any URL
When designing or coding a website, there is an easy method for including favicons next to the links.

You cannot assume that a favicon is always at /favicon.ico of the URL, as there are different ways to specify which favicon a browser should display!


To get the favicon for a domain, use

http://www.google.com/s2/favicons?dom...


To get the favicon for an URL, use

http://www.google.com/s2/favicons?dom...

Check the video for know more.