如何像Facebook一样在Facebook上获得精确的图像?

时间:2011-08-07 16:04:28

标签: facebook

朋友们,我在博客上添加了我喜欢的按钮。但是当有人喜欢那篇文章时,在Facebook上显示相同的帖子,但有不同的形象。我会做什么代码。现在我添加一个

     //Adding the Open Graph in the Language Attributes
function wpc_fb_opengraph() {
$wpc_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large');
?>
<meta property="og:title" content="<?php the_title(); ?>" />
<meta property="og:url" content="<?php the_permalink(); ?>" />
<meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
<meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />
<meta property="fb:app_id" content="1809-------303">*(hide Id)*
<meta property="fb:admins" content="C------a"/>
<meta property="og:image" content="<?php echo $wpc_image_url[0] ?>"/>
<?php }

add_action('wp_head', 'wpc_fb_opengraph');

请帮我用相同的网址显示相同的图片 感谢名单 库马尔

1 个答案:

答案 0 :(得分:0)

每次都会显示相同的图像。

确保你在更改后等待,facebook正在大力缓存