This user has been deactivated and their posts are no longer visible.
Sticky Youtube Video Embedding Tips and Tricks
Last posted Feb 28, 2012 at 06:25PM EST. Added Jul 03, 2011 at 12:33AM EDT
25 conversations with 19 participants

This is a great thread. We should sticky it.
Thanks, many, many thanks!
I’m confused with the Autoplay thing? I have made the video appear as a full stop, but the video doesn’t play on my profile!
This user has been deactivated and their posts are no longer visible.
You can actually make the width and height = 0 for real invisibility.
There’s a more complete guide here, or if you’re lazy: http://www.vtubetools.com/
This user has been deactivated and their posts are no longer visible.
I think someone should explain this again,because Syndics posts are no longer visible…
Wanna embed Youtube videos? Step 1: Vtubetools. Step 2: Vtubetools. And step 3, Vtubetools.
Syndic’s posts (Please give any karma to Syndic)^^
Post 1
How to Embed a Video
When I say to add a bit of code to the end of the URL, you shoudl find where it says “youtube.com/embed/abc123” and put your new bits of code at the end of that. With the old embed code, there are two locations that such a thing is found, and you must place your code at the end of both URLs. Most of these commands only work with the old embed code, and I suggest that you use that one.
.
Forcing a Video to Start at a Specific Time
Add #t=?m?s to the end of the URL when embedding to force a youtube video to start at a specific number of minutes and seconds in, replacing the question marks with numbers, like so:
.
Making a Video Loop
Add &loop=1 to the end of the URL to force a video to loop. Like so:
.
Making a Video Autoplay
Do not do this on the forums. Or in a meme entry. Only on your wall.Add the line &autoplay=1 to the end of the URL. I won’t be putting an example here, but I think you get the idea.
.
Making a Video InvisibleAs you can see from this code,
<object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/lgb6peaKCSc?version=3&hl=en_US&rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/lgb6peaKCSc?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="425" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object>
…there is an option to change the frame width and height. Simply change each of these to 1 and the video will appear as a period, a small little black dot.
Post 2
This is the exact code I use on my wall for invisible, looping, autoplaying videos. Copy it letter for letter into your wall (do not use the return key to go to the next line; it is all one line) and replace the Youtube URL identifier thing with your own video’s URL code.
.
This will most certainly work, without a doubt.
Post 3
I did a bit of toying around with embedding youtube code on my wall. This is the shortest you can possibly make a looping autoplaying invisible video:
<embed src="http://www.youtube.com/v/AAIn1XjBDrE&autoplay=1&loop=1" width="0" height="0"></embed>Saves a whole lot of space, and you can more clearly see where to put things.
edit: I would appreciate if a mod edited the OP to include this post at the end, after the “Making a Video Invisible” part.
When you click the Share button, the HTML code used to embed a link that video is displayed directly below it, however that’s not what we are after--we want to directly embed the video into the page. We do that by clicking the Embed button which is displayed directly below the Link URL.
Thank you!!! :)
Alright thanks, i was going to make a thread about how can i post a video but thanks! i shall try this very soon.
Small update on autplaying vids for your profile with the smaller codes.
The new template of Youtube doesn’t add the question mark anymore when embing vids. You now have to add this yourself.
<iframe width="420" height="315" src="http://www.youtube.com/embed/BzAs1vMymtg"></iframe>
So now you have to add ?autoplay=1 or ?start=X behind the Url in the embed code.
So starting at 25 seconds on autoplay gives.
<iframe width="420" height="315" src="http://www.youtube.com/embed/BzAs1vMymtg?autoplay=1&start=25"></iframe>
I also placed this in the other HTML/Textile Thread.
If you want to have the so-called “chromeless” player, without the bar or title (like the video below), you can use this code:
<iframe width="XXX" height="XXX" src="http://www.youtube.com/embed/XXXXXXXXXX?&fs=1&rel=0&showinfo=0&controls=0&iv_load_policy=3" allowfullscreen="true"></iframe>
Where you can set your own width/height, and the XXXXXXXXXX is the video title.
Example:
Ok lets give it a try:
Sweet it worked, many thanks :)
Vinticore | ɘɿoɔiƚniV wrote:
Sweet it worked, many thanks :)
I’m glad you liked it, but please don’t try it in this thread again. If you wish to try to see if it worked, just delete the post afterwards.
anyway to make a video auto-play and start at a certain point?
Mister J wrote:
I’m glad you liked it, but please don’t try it in this thread again. If you wish to try to see if it worked, just delete the post afterwards.
Oh yeah, I could see why that would get messy after a while, sorry and thanks again <3
Slendy wrote:
anyway to make a video auto-play and start at a certain point?
add ?autoplay=1&start=X behind the url in the embed code. X being in seconds.
<iframe width="420" height="315" src="http://www.youtube.com/embed/BzAs1vMymtg?autoplay=1&start=25"></iframe>
I believe I already covered this in the other textile thread a while back, so please check both first next time.
A quick addition to the autoplaying videos for user profiles: most people leave the video controls up as a courtesy for those who don’t want the music (or want to adjust the volume, etc). To do this, change the width & height values in the embed code as mentioned above for making the video invisible. For best results I recommend setting width to 300 and height to 35.
Also, there are two sets of values for width & height, but only the second set matters for this.

