Embeded YouTube
How to add embeded youtube video
To add emxeded YouTube video you need to:
Open the video on YouTube
Click Share under the video, and select Embed.
Copy the code you will see. It should look like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Make adjustments to this code. The values you might want to change is width and height. By default it is 560 by 315 pixels. You can set it to any values, but it is recommended to keep the ratio the same as original (16:9) for a good look.
Paste this code on Create Attachment section of the plugin.
Last updated