Posts : 2080 Join date : 2010-04-13 Age : 35 Location : Cash Town 8D
Subject: How to...... Thu Apr 15, 2010 7:02 pm
Ok, heres how to add youtube clips to the forum...its going to require abit of code use here so now you know.
[flash(425,350)]<----start with this *then add the youtube url https://www.youtube.com/watch?v=91C1t6LG0Y4 *now heres where it gets abit tricky...you need to delete somethings from the url.. https://www.youtube.com/watch?v=91C1t6LG0Y4 *delete the highlighted including the equals sign after the v *do NOT delete the V*, Now your url will look like this.. https://www.youtube.com/v91C1t6LG0Y4 *now you need to insert a / between the v and the numbers of the vid data making the url look like this https://www.youtube.com/v/91C1t6LG0Y4 *now with this url complete add this at the end [/flash] *And here we go put it all together and we get