Skip to content

Instantly share code, notes, and snippets.

@unusorin
Created September 19, 2012 12:07
Show Gist options
  • Save unusorin/3749310 to your computer and use it in GitHub Desktop.
Save unusorin/3749310 to your computer and use it in GitHub Desktop.
Google favicon
function get_favicon($url){
$url = str_replace("http://",'',$url);
return "http://www.google.com/s2/favicons?domain=".$url;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment