[imgshow]q:name=youtube,keyword=Big Data Computing[/imgshow]
or
[youtube]Big Data Computing[/youtube]
Copy Code
Imgshow PHP API
<php
require_once 'class_imgshow.php';
$img = new imgshow();
$img->name('youtube');
$img->p('k', 'Big Data Computing');
echo $img->load();
?>
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