If this can help you find a solution to my problem. For information, the French forum did not find the solution.Fred thanks for the info, I also posted on the French forum but still no solutions found.
You're telling me that a user had the same thumbnail display problem, but in my case all a similar problem except for my admin thumbnails.
[youtube]{IDENTIFIER1}://youtu.be/{IDENTIFIER2}[/youtube]
<object type="application/x-shockwave-flash" width="560" height="315" data="http://www.youtube.com/v/{IDENTIFIER2}"> <param name="movie" value="http://www.youtube.com/v/{IDENTIFIER2}" /> <param name="allowFullScreen" value="true" /> </object>
[youtube]URL de partage de la vidéo[/youtube]
Code: Select all
<div class="content"><style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 960px; height: auto; margin-top: 8px; margin-bottom: 8px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe src="https://www.youtube.be/embed/?rel=0&showinfo=0" frameborder="0" allowfullscreen=""></iframe></div></div>
Code: Select all
<div class='youtube-embed-container'><iframe src='https://www.youtube.com/embed/{IDENTIFIER}?rel=0&showinfo=0' frameborder='0' allowfullscreen></iframe></div>
Code: Select all
.youtube-embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 960px; height: auto; margin-top: 8px; margin-bottom: 8px; }
.youtube-embed-container iframe, .youtube-embed-container object, .youtube-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
This is a test of an inline video http://www.youtube.com/watch?v=27FpoRiStgk with youtube. Does it break?
<YOUTUBE>
etc and "undoing" it if there's surrounding text, or just inserting before/after <br>
tags.You could always speak to the authors it may be something they’d consider.HB wrote: Fri Oct 15, 2021 1:22 amIt's too bad there's not an option to allow auto-embed if the link is by itself on a separate line and disable it if it's surrounded by text