Facebook like button doesnt show my images -


i have added 2 like-buttons images on website when click , want share them, room picture blank. how can picture show in share box , display on facebook?

my website www.firamedmariamontazami.se

documentation:

href - url like. xfbml version defaults current page. note: after july 2013 migration, href should absolute url

can confirm href absolute url?

if yes, try include opengraph metas on targeted pages (page specified in href) like:

<meta property="og:image" content="http://website.com/image.jpg" /> 

do not forget check size of image, can find more details in discussion

edit:

copy link on facebook object debugger page , check facebook says image, more details.

update: question:

can use different metas different pictures? want ten different pictures on page can share.

look @ this paragraph in documentation, can specify many images , first image tag given preference during conflicts. keep in mind when share on facebook 1 image displayed.

you may interested setting other opengraph metas if share page (copy/paste url in facebook) nice summary of page displayed (title, description, image...).


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -