wordpress - What am I missing? Facebook OG ignoring correct meta tags -


facebook's og debugger infuriatingly recognizes og meta tags except og:image, after refreshing cache.

  • the image 200x200 jpg, fits size , ratio parameters, , i've tried i've found on here , elsewhere facebook see image.

  • my site run through wordpress, , i've tried official , unofficial facebook/seo plugins. nada.

at point, don't know do...

am missing incredibly obvious?

<?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 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 , compelling social media , marketing campaigns engage audiences , create demonstrable roi. make nutella crêpes." /> 


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -