
This script, will show thematic videos on your site, based on your site's title or whatever variable you decide. It automatically updates the clips every week (only the used ones, so you save traffic). It works with text files so YOU DON'T NEED MYSQL. You only need to upload it to your site, and it's ready to use.

Working Demo:
at motov.BIZ Demos
You can change the work punk, to whatever you want, and you'll see a video on that theme immediately!
Implementation?
- Very easy...
With only one line, you will show thematic video, based on the title of your page. Our script will search YouTube and Google Video, and show the most popular video, related to your site's title...
If there are no videos found, it will search for videos based on default keyword, you can specify it on the 3rd line of index.php.
Here is the code:
<script>
document.write('<iframe width="450"
height="370" style="border:none;"
src="http://www.YOURSITE.com/GoogleYouTubeParser/index.php?var=' + document.title
+ ' " scrolling="no" frameborder="0" noborder />');
</script>
And that's all you need.You can replace document.title with anything you like, so you can show tematic videos based on keyword of your choice.
For support please use:
