• 10-03-2008, 10:45:21
    #1
    Üyeliği durduruldu
    Selam ben sitedem de youtube bot ile video bloğu oluşturdum fakat, hem video nun resmi hemde görüntüsü ana sayfada çıkıyor..
    Ben sadece ana sayfada resmi göstermek için ne yapabilirim?

    Kod şu:

    if ($feedhost == "youtube.com") {
    $getvid = $checklink;
    $getvid = str_replace("http://", "", $getvid);
    $getvid = str_replace("www.", "", $getvid);
    $vid = str_replace("youtube.com/?v=", "", $getvid);
    $keywords0 = strstr($fulldescription, "Keywords:");
    $keywords1 = strstr($keywords0, "Added:");
    $keywords = str_replace($keywords1, "", $keywords0);
    $keywords = str_replace("Keywords: ", "", $keywords);
    $removerest = strstr($description, "Author:");
    $description = str_replace($removerest, "", $description);
    $description = trim($description);
    $postcontent = "<embed src=\"http://www.youtube.com/v/$vid\" width=\"425\" height=\"350\" type=\"application/x-shockwave-flash\" wmode=\"transparent\">";
    }


    Ne şekilde değişiklik yapabiliriz?


    GreatSurfVideos.Com

    Bu site gibi tıklandığı zaman açılmasını istiyorum...

    benim sitemse Bunun gibi: The Video Zone ana sayfada çıkarıyor...
  • 10-03-2008, 23:16:38
    #2
    Bunu deneyebilirmisin sorunun düzeleceğini düşünüyorum. Son kodu bununla değiştir

    Alıntı
    $postcontent = "<!--more--> <embed src=\"http://www.youtube.com/v/$vid\" width=\"425\" height=\"350\" type=\"application/x-shockwave-flash\" wmode=\"transparent\">";
    }
  • 11-03-2008, 17:53:57
    #3
    Üyeliği durduruldu
    harikasın domates suyu pekiiii Fotağrafada tıklanması için ne edecem..

    birde 1. Fotoğraf sola dayalı...

    Geri kalan 9 uda ortada çıkıyor Hepsini sola dayalı yapmak için ne yapmak lazım??
  • 11-03-2008, 22:55:14
    #4
    Üyeliği durduruldu
    Onuda düzelttim teşekkürler domates suyu harikasın.