<?php function fb_fan_count($facebook_name) { // Example: https://graph.facebook.com/barnamenevis.ir $data = json_decode(file_get_contents("https://graph.facebook.com/".$facebook_name)); echo $data->likes; } ?>