To post youtube links in IRC do the following:
1) Find the video you want to link to ex: http://www.youtube.com/watch?v=MoKp0sgqbKY
2) Click on View>Page Source
3) Find the line that begins with
See where it says value= http://www.youtube.com/v/MoKp0sgqbKY. Copy and paste it (without the value= so it's just the web address). What this does is it shows the video without the comments.
Dave
1) Find the video you want to link to ex: http://www.youtube.com/watch?v=MoKp0sgqbKY
2) Click on View>Page Source
3) Find the line that begins with
Code:
var embedCode = '<object width="425" height="' + height + '"><param name="movie" value="http://www.youtube.com/v/MoKp0sgqbKY' + query + '"><\/param><param name="wmode" value="transparent"><\/param><embed src="http://www.youtube.com/v/MoKp0sgqbKY' + query +'" type="application/x-shockwave-flash" wmode="transparent" width="425" height="' + height + '"><\/embed><\/object>';
document.embedForm.embed_code.value = embedCode;
Dave
Last edited: