<?php $feedURL = "http://gdata.youtube.com/feeds/api/users/tubemornor/uploads"; $sxml = simplexml_load_file($feedURL); $i=0; foreach ($sxml->entry as $entry) { $media = $entry->children('http://search.yahoo.com/mrss/'); $attrs = $media->group->player->attributes(); $watch = $attrs['url']; $attrs = $media->group->thumbnail[0]->attributes(); $Titles = $media->group->title; $thumbnail = $attrs['url']; $yt = $media->children('http://gdata.youtube.com/schemas/2007'); $attrs = $yt->duration->attributes(); $length = $attrs['seconds']; $gd = $entry->children('http://schemas.google.com/g/2005'); if ($gd->rating) { $attrs = $gd->rating->attributes(); $rating = $attrs['average']; } else { $rating = 0; } //ตรงนี้พิมพ์คำค้นหาที่ต้องการจะทำเป็นหมวดหมู่ // $vSearch = "กิจกรรมในมหาวิทยาลัย"; //ตรงนี้พิมพ์คำค้นหาที่ต้องการจะทำเป็นหมวดหมู่ // if (strpos($Titles,$vSearch) !== false) { $i=$i+1; // ให้เพิ่มทีละ 1 if($i<=6){ // เป็นจำนวนที่เราต้องการ ในนี้เราจะทำรูปเล็ก 6 อัน อยู่ด้านล่างสุด // ?> <a class="menu_about" href="<?php echo $watch; $c1 = '='; $c2 = '&'; $result = substr($watch, strpos($watch, $c1)+1, 11); echo $watch; ?>"> <a class="menu_about" href="<?php echo $watch; ?>"> <img src="<?php echo $thumbnail;?>" width="100" height="100" /> </a> <?php } }//if }//foreach ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง