bu sıralar wordpress tabanlı sitelerde facebookta paylaşırken resim gözükmemesi gibi sorun yaşayan var mı ?
ne yaptıysam , yine resim ve desc çıkmıyor..bilen var mı acaba* bir çok yolu denedim olmadı
5
●1.598
<?php if (have_posts()):while(have_posts()):the_post();endwhile;endif;?>
<?php if (is_single()) { ?>
<meta property="og:title" content="<?php single_post_title(''); ?>" />
<meta property="og:image" content="<?php echo wp_get_attachment_thumb_url( get_post_thumbnail_id( $post->ID ), 'full' ) ?>" /><?php } ?>headere bu kodu ekledim ben sorun olmuyor. Öne çıkarılmış görsel ve konu titlesini alıyor.