На сайте с тестами при нажатии поделится с друзьями отрабатывает такая функция: 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...