Template:EmbedVideo

From Second Life Wiki
Revision as of 09:03, 23 August 2022 by Gwyneth Llewelyn (talk | contribs) (A quick & dirty attempt to get a template to display an iFrame (first commit!))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

{{EmbedVideo|your-iframe-embed|caption-or-attribution}}

Basically, grab the iframe link you got from whatever video provider you've got, and put it in your-iframe-embed.

Some providers

Example

Attempt to embed Torley's video at https://vimeo.com/4242932.

If this template is working, you should see it below:


iFrame source: {{{1}}}

Caption/Attribution: {{{2}}}<html>

<iframe src="</html>{{{1}}}<html>" width="640" height="480" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>

{{{2}}}

</html>


If you just see HTML garbage, then it clearly is not working!