以下为我提供了8秒的页面加载
$temp_facebook_comments = file_get_contents("https://graph.facebook.com/comments/?ids=" . $comment_page);
$facebook_comments = json_decode($temp_facebook_comments);
$facebook_comments_array = array();
if(isset($facebook_comments->{$comment_page}->comments->data))
我正在寻找一种方法来添加一个异步关键字来推迟facebook加载。