CogNovo SMF v.2.0.14

Category => General discussion => Topic started by: admin on 12. October 2018, 14:01:16

Title: How to embed YouTube video in posts
Post by: admin on 12. October 2018, 14:01:16
In order to embed a YouTube video you can simply enclose the code in a HTML tag. The same method works for other external iFrames.

Code: [Select]
[html]<iframe width="560" height="315" src="https://www.youtube.com/embed/_5KtyFHJcmA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>[/html]