Og: image is ignored

I have a problem. When I share my site on fb, it does not display the image. My code is:

<meta property="og:title" content="Zapust.pl - życie granic wschodnich"/> <meta property="og:type" content="article" /> <meta property="og:url" content="http://zapust.pl"/> <meta property="og:image" content="http://zapust.pl/assets/temp.png"/> 

I do not have app_id. JS Code:

  <script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script> <a rel="nofollow" href="http://www.facebook.com/share.php?u=zapust.pl" onclick="return fbs_click()" target="_blank"><img src="/assets/share-fb-icon.gif"></a> 
+4
source share
1 answer

If in doubt, use linter

Accordingly, your image was small, it should be at least 200 pixels for height and width.

+1
source

All Articles