0

次の例では、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 の読み込みを遅らせるために async キーワードを追加する方法を探しています。

4

0 に答える 0