- Google+ Tools
-
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.
- Language
- PHP
- Tags
- httpforrstcompostsGetFaviconsUsingPHPGoogleAPI-Lbk
Get Favicon's Using PHP / Google API
function get_favicon($url){
$url = str_replace("http://",'',$url);
return "http://www.google.com/s2/favicons?domain=".$url;
}
Comments
blog comments powered by Disqus