Установленная иконка автоматически режется на несколько требуемых форматов, и отображается во вкладках браузеров, на закладках мобильных платформ и в некоторых сервисах, например в поиске Яндекс.
https://wpmag.ru/2015/wordpress-4-3/
function fav() {
echo '<link rel="Shortcut Icon" type="image/x-icon" href="http://...бла-бла-путь к картинке/favicon.ico" />';
}
add_action( 'admin_head', fav' );
http://jsfiddle.net/669zdgrj/3/
$(window).resize(function() {
console.log("resize");
$('.main-product .product-frame').each(function() {
var $this = $(this);
var height = $this.find('.product-section h3').height();
if (height > 21) {
if (!$this.find('.variations_form').length) {
var width = $(window).width();
console.log("simple");
if (width >= 992 && width < 1200) {
console.log("simple price");
}
if (width >= 768 && width <= 991) {
console.log("simple price");
}
}
}
});
});
<a href="http://vkontakte.ru/share.php?url=ВАШ_URL&image=АДРЕС_КАРТИНКИ" target="_blank" title="Поделиться ВКонтакте"></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=ВАШ_URL" target="_blank" title="Поделиться в Facebook"></a>