我错过了什么? Facebook OG忽略了正确的元标记

时间:2014-05-31 22:50:43

标签: facebook wordpress facebook-graph-api opengraph meta-tags

除非刷新缓存,否则Facebook的OG调试器会激怒地识别除og:image之外的所有OG元标记。

  • 图片是一个200x200的jpg,符合他们的尺寸和比例参数,我已经尝试了我在这里和其他地方发现的所有内容,让Facebook看到图像。

  • 我的网站是通过Wordpress运行的,我也尝试了所有官方和非官方的Facebook / SEO插件。纳达。

此时,我不知道该怎么做......

我错过了一些非常明显的东西吗?

<?php global $smof_data; //get theme options ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>">
<html prefix="og: http://ogp.me/ns#">

<!-- Facebook OpenGraph metadata --!>
<meta property="fb:app_id" content="1494142140797388" />  
<meta property="fb:admins" content="1324980113" />  
<meta property="og:title"   content="View my porfolio." />  
<meta property="og:type"    content="website" />
<meta property="og:image"   content="http://i.imgur.com/yhuCnDW.jpg" /> 
<meta property="og:url"     content="http://torrey-barrett.com" /> 
<meta property="og:site_name"   content="Torrey Barrett | Portfolio" />
<meta property="og:description" content="I create authentic and compelling social media and marketing campaigns that engage audiences and create demonstrable ROI. I also make Nutella crêpes." />

0 个答案:

没有答案