Web Hosting Talk







View Full Version : Using Youtube


JTGizmo
03-03-2007, 03:23 PM
Hey all

I was wondering what would I need to do to use YouTube on my site. Id like to allow users to post clips on their profiles. Would I need permission from youtube? do I need to get some kind of agreement? Or do I have to pay for it to use it.

And say if I can use them, is there any special scripts that I need to implement or just the html tags that they provide with the clips are sufficent for displaying the clips???


much apprishiated for any information

the_pm
03-03-2007, 03:27 PM
I thought YouTube allowed people to use their services to do this. They provide the necessary markup, and you just plug it in and you can broadcast YouTube movies wherever you'd like.

JTGizmo
03-03-2007, 03:32 PM
sorry im new to this using youtube thing, what do you mean when you say markup ( whats that?) and you plug it in ( how? what would I need?) .

the_pm
03-03-2007, 03:43 PM
YouTube gives you a line of HTML code for every movie. If you want to stream a YouTube movie from your own site, you simply insert the line of HTML code into your HTML, and the movie is now placed on your site :)

JTGizmo
03-03-2007, 03:46 PM
allright - erm - can I edit the size of the movie window?

JTGizmo
03-03-2007, 03:56 PM
oh and no persmission is required??

the_pm
03-03-2007, 04:19 PM
You can probably edit it just by changing the height width parameters within the line of HTML code they give you. No permissions are required of which I'm aware.

tesoro
03-04-2007, 07:03 AM
oh and no persmission is required??

I guess that's Youtube idea, to let users share their videos. BTW, there is a feature on YouTube that allow users to disallow embedding of their videos on other sites, so you won't be able to embedd videos from some of the users.

JTGizmo
03-04-2007, 07:06 AM
is there a way for outside to know which ones are allowed and whichones are not? like is it the ones that are allowed has the embed html tags with it and the ones that are not allowed dont have the tags with them?

tesoro
03-04-2007, 07:09 AM
is there a way for outside to know which ones are allowed and whichones are not? like is it the ones that are allowed has the embed html tags with it and the ones that are not allowed dont have the tags with them?

I just embed the videos, and when they are not allowed a text will be displayed, something like "this user has disallowed embedding". So then I know ;)

JTGizmo
03-04-2007, 07:09 AM
lol ok got it - thanx for this information