Extract Favicon From URL In Simple API


extract favicon from url

Extract Favicon From URL In Simple API:


A favicon is also known as a shortcut icon, Web site icon, URL icon, or bookmark icon, is a file containing one or more small icons, most commonly 16×16 pixels, associated with a particular Web site or Web page so you have see many websites extract these favicon and display it beside we can extract this in very simply steps like getting URL call from Google plus link . so we are using this  API call below




https://plus.google.com/_/favicon?domain=www.facebook.com





                    Demo              Download



And you can display the image in html form like this by adding img src tag

<img src="https://plus.google.com/_/favicon?domain=www.facebook.com"> 




You can also use this function in PHP  to display the favicon from the stored link in database

echo "<b><img src='https://plus.google.com/_/favicon?domain=".$row['url']."'>





Author : Solomon David



 Facebook , Google+     

Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple APIExtract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API,Extract Favicon From URL In Simple API Extract Favicon From URL link In Simple API
Extract Favicon From URL link In Simple API,Extract Favicon From URL link In Simple API,Extract Favicon From URL link In Simple API
Extract Favicon From URL link In Simple API

Comments

  1. Lovely simple! +1

    ReplyDelete
  2. its mind-blowing info solomon

    ReplyDelete
  3. Hello,
    I need to add my favicon to google plus, how can i set this,
    https://plus.google.com/_/favicon?domain=gnhub.com

    Regards,
    Arjun
    http://www.gnhub.com

    ReplyDelete
  4. Thanks, I'm still waiting for the update of my favicon... :(
    My site

    ReplyDelete
  5. How can I detect if the favicon is the default icon, or in other words if a site has or not a favicon

    ReplyDelete

Post a Comment

Popular posts from this blog

Best Social Networking Software CMS 2013 - Free

Like And Dislike Rating System With PHP ,MySQL and Jquery