Stefan24123
Registered
- Thread starter
- #1
To display a YouTube video like this, you need to embed it using HTML code. Here's how:I'm having an issue with how YouTube links appear on my XenForo forum. Instead of properly embedding the video, the preview only shows a generic YouTube description in German, rather than fetching the actual video title and thumbnail.
View attachment 15878
I want it to be like this.
View attachment 15879
<iframe width="560" height="315"
src="https://www.youtube.com/embed/VIDEO_ID"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>