- เครดิต
- 2
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 10
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
แบบนี้เป็นการฟิค VDO จาก Youtube แล้วถ้าเป็นการเรียกทั้ง channel จาก youtube มาแสดงหน้าเว็บ โดยให้ VDO สไลด์ ตามจำนวนที่เรียก หรือ ไลด์ 10 VDO ที่โพสล่าสุดจาก channel ที่ต้องการ จะต้องทำอย่างไรครับ
แบบที่ผมพยายามทำ
ฝั่งทางซ้าย สคริปติ์- <script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=ช่องที่ต้องการเรียก&synd=open&w=420&h=400&title=&border=%23ffffff%7C0px%2C0px+solid+%23999999&output=js"></script>
คัดลอกไปที่คลิปบอร์ด ฝั่งทางขวา- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <!--
- You are free to copy and use this sample in accordance with the terms of the
- Apache license (http://www.apache.org/licenses/LICENSE-2.0.html)
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <title>Google AJAX Search API Sample</title>
- <script src="http://www.google.com/jsapi?key=AIzaSyA5m1Nc8ws2BbmPRwKu5gFradvD_hgq6G0" type="text/javascript"></script>
- <script type="text/javascript">
- // How to search through a YouTube channel aka http://www.youtube.com/members
-
- google.load('search', '1');
-
- function OnLoad() {
-
- // create a search control
- var searchControl = new google.search.SearchControl();
-
- // So the results are expanded by default
- options = new google.search.SearcherOptions();
- options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);
-
- // Create a video searcher and add it to the control
- searchControl.addSearcher(new google.search.VideoSearch(), options);
-
- // Draw the control onto the page
- searchControl.draw(document.getElementById("content"));
-
- // Search for a YouTube channel
- searchControl.execute("ytchannel:ช่องที่ต้องการเรียก");
- }
-
- google.setOnLoadCallback(OnLoad);
- </script>
- </head>
- <body style="font-family: Arial;border: 0 none;">
- <div id="content">Loading...</div>
- </body>
- </html>
คัดลอกไปที่คลิปบอร์ด |
ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง
คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก
x
|