Hi, I have added favicon from a long time to my blog. It shows when you surf the site. My blog's address is http://svolze.com
But when I share my content on Google+ or on other sites, like other blogs out there the favicon does not shown up.
I have checked it with Google S2 converter http://www.google.com/s2/favicons?domain=svolze.com
Also after checking my header file, I think the code there is correct as its displaying when surfing the whole site.
Here's the code in header
<link rel="icon" href="<?php bloginfo('siteurl'); ?>/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?php bloginfo('siteurl'); ?>/favicon.ico" type="image/x-icon" />
Please help me with this, it irritates me when I don't see the favicon when shared any post on google+.