oggyswain Posted August 24, 2010 Report Share Posted August 24, 2010 I have a link on a site to a youtube video. My client would like the video to play on there website. How do I go about doing this? Thanks Quote Link to comment Share on other sites More sharing options...
falkencreative Posted August 24, 2010 Report Share Posted August 24, 2010 Youtube does offer code for embedding the video within an external website. If you visit the video on YouTube, there is a embed button just below the video (bottom right). Click on it, and it should give you the embed code. Quote Link to comment Share on other sites More sharing options...
newseed Posted August 24, 2010 Report Share Posted August 24, 2010 One thing that some people don't like is the fact that when the video is finished, it shows a list of videos to choose from in which may not be relevant to the site or possibly be a few that are his/her competitors. The solution is just add the following to the end of each url: rel=0 Quote Link to comment Share on other sites More sharing options...
oggyswain Posted August 25, 2010 Author Report Share Posted August 25, 2010 One thing that some people don't like is the fact that when the video is finished, it shows a list of videos to choose from in which may not be relevant to the site or possibly be a few that are his/her competitors. The solution is just add the following to the end of each url: rel=0 So as an example. Would it go before the Closing Object bracket? <object width="660" height="405"><param name="movie" value="http://www.youtube.com/watch?v=e55eYvSlras?fs=1&hl=en_US&color1=0x234900&color2=0x4e9e00&border=1"></param><param'>http://www.youtube.com/watch?v=e55eYvSlras?fs=1&hl=en_US&color1=0x234900&color2=0x4e9e00&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=e55eYvSlras?fs=1&hl=en_US&color1=0x234900&color2=0x4e9e00&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="405"></embed></object> Quote Link to comment Share on other sites More sharing options...
falkencreative Posted August 25, 2010 Report Share Posted August 25, 2010 I believe it would go at the end of the URLs within value="" and src="" (within the quotes, obviously. Also, I believe it should be "&rel=0", since the ampersand is needed to separate the different variables within the URL. Quote Link to comment Share on other sites More sharing options...
oggyswain Posted August 25, 2010 Author Report Share Posted August 25, 2010 I believe it would go at the end of the URLs within value="" and src="" (within the quotes, obviously. Also, I believe it should be "&rel=0", since the ampersand is needed to separate the different variables within the URL. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.