Forums / Discussion / Q & A

3,264 total conversations in 493 threads

+ New Thread


Sticky Sticky Featured Featured Locked Locked
KYM Guide To Textile

Last posted Apr 09, 2020 at 09:44AM EDT. Added Nov 07, 2011 at 03:27PM EST
280 posts from 151 users

So recently I had solve an issue with a YouTube embed code, while I failed to solve it at first, I successfully figured out the solution later on. What I learned is quite useful, as long as you are looking for looped videos.

So front page of this thread actually gives info on looped videos however that information is no longer correct. So then how to loop videos? Easy! Let's take a look at the basic code, I'm gonna use the video from my previous post.

<iframe src="https://www.youtube.com/embed/mJE7mv5Tm1c?loop=1;playlist=mJE7mv5Tm1c" width="640" height="360" frameborder="0" allowfullscreen></iframe>

You see the difference is I added 2 commands. The first is the loop command itself so loop=1, the other is however necessary to make it actually loop, you need the video in a playlist, worry not! You don't have to actually create a playlist for this loop just add the Video's ID as playlist, in this case it's mJE7mv5Tm1c, it is also necessary to separate the two commands with a semicolon (;) and for god's sake do not mix it up with a greek question mark or your commands won't work. That alongside with an autoplay command can create a never ending soothing ambience or a complete nightmare, whichever you prefer. Anyway here's how a looped video looks like.

Last edited Apr 09, 2017 at 11:31AM EDT

The quoted post has been deleted.

Okay this is a Guide to Textile (and HTML) thread and not Post your Opinion thread, the song is just purely an example, if you would like to present your opinion, please go and do that in the corresponding thread, if there's no such, create one, furthermore please refrain from using this thread as medium for your opinions and use it for it's intended purpose, that is giving guides to textile (and HTML).

This thread is very useful for newcomers like me who are not completely familiar with Textile so here's your upvote.

Last edited Nov 23, 2017 at 03:44PM EST

Just a test:

<iframe width="330" height="233" src="https://www.youtube.com/embed/39AT4aHKomE?rel=0&controls=0&showinfo=0" allowfullscreen=true >

Testing

Testing

Test

Blockquote doesn't seem to work for me in comments. Works on the forum but I don't see the grey bar when using blockquotes in entry comments. Is the formatting there different?

Last edited Aug 04, 2019 at 12:20AM EDT
Skeletor-sm

This thread is closed to new posts.

This thread was locked by an administrator.

Why don't you start a new thread instead?

Yo! You must login or signup first!