user3190525
user3190525

Reputation: 53

How to make youtube video added in the iframe accessible?

Please advise on how to make Youtube video embedded inside iframe accessible

Upvotes: 1

Views: 426

Answers (1)

user8105860
user8105860

Reputation:

Find your video on YouTube and go to Share>Embed copy the code.

You code should look like this:

<iframe src="https://www.youtube.com/embed/your-video-code"></iframe>

Upvotes: 0

Related Questions