BS YouTube API
script v2.2! (20. August 2010.)
 |
With this
script you can show all YouTube videos on your site! Script
is SEO optimised and easy for search engine indexing. This
script will search YouTube, and return the results with all
the needed information of the clips (ID, Thumbnail, Length
Time, Views counter, Link, Description, Title). See demo
below to see all functions of BS YouTube API script |
|
|
Fix for version 2.1!
(20.
August 2010.)
Youtbe is changed something in the API.
But we found a simple solution for old version.
just open these files:
index.php
search.php
topvideos.php
mostviewed.php
browsecat.php
Find this two lines:
$videoidcode=str_replace("http://www.youtube.com/watch?v=",
"", $relatedVideo->watchURL);
$videoidcode=str_replace("&
feature=youtube_gdata", "", $videoidcode);
And after them, add this line:
$videoidcode=str_replace("_player", "", $videoidcode);
Or, if you buy this script
before contact us and we will send you new version for free. |
Requirements:
* APACHE server
* APACHE Mod Rewrite enabled
* PHP 5+ installed
* MySQL not needed
Demo:
click here demo
 |
Regular price: $24.
Promo price - only
$14!!!
This license is for only one domain. |
 |

All sales
are processed by Plimus. This means that payment will be
made to them. When using a credit card, you will see a
charge from PLIMUS.COM ONLINE STORE for this purchase. You can use PayPal for payments. Just select PayPal method on payment page! |
INSTALATION & CONFIGURATION:
* Open config.php and define values
* Copy all files from archive to your site (use FTP client)
IMPORTANT!!!:
* if installing script in subfolder you must edit .htaccess file
* find "RewriteBase /" and replace with "RewriteBase /nameofsubfolder"
* if instaling in root folder you do not need to edit this file |