Not show thumbnail on Facebook
-
Hi
My site cant get fulled info when sharing on Facebook. I have add meta tags, image_scr but it still doesnt show. It just show only URL, no title, no description, no thumbnail ?? Please help me to fix it.
<meta property=”og:site_name” content=”<?php bloginfo(‘name’); ?>” />
<meta property=”og:title” content=”<?php wp_title(”); ?>” />
<meta property=”og:description” content=”” />
<meta property=”og:url” content=”<?php the_permalink(); ?>” />
<?php
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘full’);
$img = $src[0];
?>
<link rel=”image_src” href=”<?php echo $img; ?>” />Thank you
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Not show thumbnail on Facebook’ is closed to new replies.