That will auto search youtube and embed the videos on a website, and have a search on the site that will search the tags of the vids that are on your site? Hard to explain I guess.
anyone have a youtube type script that will embed..
Collapse
X
-
Tags: None
-
-
i invented a cool tool almost exactly like what your after..
I call it wctin mashups.. Its a video slideshow you can embed on your website. It contains 50 random "updated" videos for any given keyword, so you dont even have to update the code.
You will notice under the mashup is the name of my site www.wctin.com, you can change that to display your sitename or message if you want.
You can also choose adult or non-adult results. The videos will be pooled from google video , youtube video and the rest of the net.
try it out here
http://wctin.com * click free mashups from the menu.hatisblack at yahoo.comComment
-
if thats not your thing i also built another tool , its a ONE LINE video search engine code to put the videos on your site. see my thread entitled "free video search engine in 1 line of code "hatisblack at yahoo.comComment
-
i can write a script that will search youtube for videos and make them embedable on your site if you would like... hit me upComment
-
I basically want a youtube type site, but piggybacking on the other sites. The only diff from yours I think smokey is I want comments to be able to be made on my site via my database. And of course my adverts ;)Comment
-
i can write a script that every day grabs the latest videos to youtube puts them in a database on your site, makes them embedable and commenting and all that jazz, pretty much like youtube, except its embeded on your site with your ads
email me (in sig) with more details or hit me up on ICQ we can chatComment
-
Sent you an ICQ hit me up when you get it, I have to leave for a shoot in a bit.i can write a script that every day grabs the latest videos to youtube puts them in a database on your site, makes them embedable and commenting and all that jazz, pretty much like youtube, except its embeded on your site with your ads
email me (in sig) with more details or hit me up on ICQ we can chatComment
-
the whole site is geared towards your ads.. you choose what ads and links to display on the videos you have complete control over that..
as far as comments on the videos theres plenty of ways to do that, but you may just want to get your own script for thathatisblack at yahoo.comComment
-
Comment
-
i built a php version o my search engine script thats really really easy to manipulate for whatever you need.
heres the code
and example engine from the code.Code:<form target=_top><input type=text name=kw><input type=submit></form> <?php $kw = $_GET["kw"]; $bi = "www.a-sponsor.com/banner.gif"; $bu = "www.a-sponsor.com"; $yu = "www.smokey.com"; $ex = "Some+Link+Text"; $size = "m"; $limit = "88"; $random = ""; if ($kw == ""){ echo "<br>ENTER A SEARCH TERM"; } else{ $html = file_get_contents("http://www.smokeycash.com/gvids/?kw=$kw&bi=$bi&bu=$bu&yu=$yu&ex=$ex&size=$size&limit=$limit&random=$random"); echo $html; } ?>
http://tools.webspacemania.com/freevideos/example2.phphatisblack at yahoo.comComment
-
you can input your banner url etc as well as choose the amount of results to display ( from 1-100) , small, medium, or large thumbs and random or non-random resultshatisblack at yahoo.comComment
-
Comment
-
nice script smokey ... what would have to change to say get the vids from say google video or you porn xtube...i built a php version o my search engine script thats really really easy to manipulate for whatever you need.
heres the code
and example engine from the code.Code:<form target=_top><input type=text name=kw><input type=submit></form> <?php $kw = $_GET["kw"]; $bi = "www.a-sponsor.com/banner.gif"; $bu = "www.a-sponsor.com"; $yu = "www.smokey.com"; $ex = "Some+Link+Text"; $size = "m"; $limit = "88"; $random = ""; if ($kw == ""){ echo "<br>ENTER A SEARCH TERM"; } else{ $html = file_get_contents("http://www.smokeycash.com/gvids/?kw=$kw&bi=$bi&bu=$bu&yu=$yu&ex=$ex&size=$size&limit=$limit&random=$random"); echo $html; } ?>
http://tools.webspacemania.com/freevideos/example2.php""Comment
-
Comment
-
Where do I put my banner info in at? Sorry I'm sorta new to all this. Clueless too. I put it in where "www.a-sponsor.com/banner.gif" is and nothing happened
Comment
-
Comment
-
Thats close to what I want, but instead of script digging up the videos, I want to have admin area I point script to video I want, and make my own title and description. Then it lists videos by most recent added, with small thumb. I want to use videos from youtube and porkolt.i invented a cool tool almost exactly like what your after..
I call it wctin mashups.. Its a video slideshow you can embed on your website. It contains 50 random "updated" videos for any given keyword, so you dont even have to update the code.
You will notice under the mashup is the name of my site www.wctin.com, you can change that to display your sitename or message if you want.
You can also choose adult or non-adult results. The videos will be pooled from google video , youtube video and the rest of the net.
try it out here
http://wctin.com * click free mashups from the menu.Comment




Comment