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

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -