Home Page

Youtube Tutorial

Youtube support auto search capability
  1. [imgshow]q:name=youtube,keyword=Big Data Computing[/imgshow]
  2. or
  3. [youtube]Big Data Computing[/youtube]
Copy Code
Imgshow PHP API
  1. <php
  2. require_once 'class_imgshow.php';
  3. $img = new imgshow();
  4. $img->name('youtube');
  5. $img->p('k', 'Big Data Computing');
  6. echo $img->load();
  7. ?>
Copy Code
Parameter description:
name = youtube, it calls youtube service
keyword = write the keyword (can use keyword or k)
autoplay = 1 (default is 0)
width = width of youtube
height = height of youtube


Example: