facebook - FB.UI big thumbnail for link -


how share link big thumbnail picture. using java sdk fb.ui feed method?

no matter how big picture put thumbnail, facebook in feeds not appear big thumbnail.

            fb.ui({                 method: 'feed',                 name: 'name',                 link: link,                 picture: picurl,                 caption: 'caption',                 display: 'popup',             }, function(response){console.log(response);}); 

use 2x1 ratio pic

like 800pix 400pix image on ur wall ll crop square on news feed big central image url underneath. don't forget set meta tags of url page


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -