Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios michaelx on October 5, 2011
Language
PHP
Tags

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