Facebook Like button not displaying og:image -


i've pasted following code site in order implement facebook button:

<div class="fb-like" data-href="http://example.com/blog/article/28" data-send="false" data-width="450" data-layout="button_count" data-show-faces="false"></div> 

and have following meta tags:

<meta property="og:type" content="website" /> <meta property="fb:app_id" content="123412341234123" /> <meta property="og:url" content="http://example.com/blog/article/28" /> <meta property="og:image" content="http://example.com/images/branding/logo7.png" /> <meta property="og:title" content="testing title - sitename" /> <meta property="og:description" content="some description" /> 

i've tried facebook object debugger , show data scraped correctly. image in og:image tag 16.78kb 450x450px png image , seems meet requirement i've found ( 200x200px minimum width , height).

when click on button it's working associated image appears "pin it" button i've implemented.

my question missing, there way display proper image each ?

all og tags need match correctly. precisely accurate url tags need scraped facebook.

for instance

example dot com

is not same

www dot example dot com

is not same

www dot example dot com/index dot php

i not sure how precise match needs matter.

also canonical url seems need match fetched url , both seem need match url navigated to. created alternative relative links same scraped url not good.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -