На сайте с тестами при нажатии поделится с друзьями отрабатывает такая функция: function go_share() { FB.ui( { method: 'feed', link: '<?php echo base_url().$this->language.'/test/'.$test['url']; ?>', picture: '<?php echo $img_url; ?>', name: '<?php echo $test['title_' . $this->language]; ?>', } ); } 

But there is no picture in the data window that opens! In general, sometimes the picture is inserted, when working with Facebook debugger, it writes several times that it was not possible to upload a picture (1, sometimes 2). But then it pulls it up and already when you click it again on this test with my results, the picture pulls up! Help me to understand...

  • I’ll add what I tried and do through share - the result is the same (Can it be that the server on which the site lags? I rechecked 10 times all the way, that's right, the link to the picture is correct. - Oleg Shleif
  • The server does not lag ... Transfer the site to another - the result is the same. Guys help - Oleg Shleif

0