//
archives

favicon

This tag is associated with 1 post

Get domain favicon using PHP and Google

These days, many websites or webapps are using favicons from other websites. Displaying a favicon on your own site is pretty easy using Google and some PHP. function get_favicon($url){ $url = str_replace(“http://”,”,$url); return “http://www.google.com/s2/favicons?domain=”.$url; }

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 94 other subscribers