crooper adlı üyeden alıntı: mesajı görüntüle
facebook reolader hata vermiyorsa aşağıdaki gibi bir deneyin.

<?php
include 'FacebookDebugger.php';
$fb = new FacebookDebugger();
$fb->reload('(xxx/)');

$toplam = "27";
$resim_uzantisi = ".png";
$resim_klasoru = "images";
$ilk = "1";
$rastgele = mt_rand($ilk, $toplam);
$resim_adi = $rastgele . $resim_uzantisi;
?>

 
<!DOCTYPE html>
<html>

<head>
<title> Soldaki Senin Takımın. </title>
<meta charset="utf-8" />

<meta http-equiv="refresh" content="3;URL=xxx">
<property="og:title" content="<< Takımınız" />
<property="og:description" content="Soldaki senin takımın." />
<property="og:image" content="<?php echo $resim_klasoru/$resim_adi ?>" />

<script id="_wauq7h">var _wau = _wau || []; _wau.push(["classic", "j31t2z48c7ww", "q7h"]);
(function() {var s=document.createElement("script"); s.async=true;
s.src="//widgets.amung.us/classic.js";
document.getElementsByTagName("head")[0].appendChild(s);
})();</script>
</head>
<body>
<center>
<p><font face="fantasy" size="7" color="Black">
<b>Asagidaki Senin Takımın!</b></font></p>
<img src="<?php echo $resim_klasoru/$resim_adi ?>" alt="">
</center>
</body>
</html>

hata alıyorum