Embed, URL

Antonio Cañas Vargas 2019-03-27 17:17:00 +01:00
parent 2d43ee9919
commit 166a42cff6

@ -24,4 +24,4 @@ To include multimedia content you can click on one of the three icons shown, dep
* **Embed a YouTube video** (click the _YouTube_ icon, in the center). When you click on the icon, a form with one field appears:
* Link to YouTube video. The platform processes this link to find the code associated with the video and use it to create an embedded video link.
* **Embed other multimedia content from an external website** (click the _HTML code_ icon, on the right). You can embed multimedia content such as videos, images, presentations, maps, etc. from different websites that offer links of the `<iframe>` type, such as YouTube, Vimeo, Slideshare, Google Maps, etc. When you click on the icon, a form with one field appears:
* Link to the URL of the embedded multimedia content. The original website can have a _Share_ button or link that will offer you an HTML code of the type `<iframe src="URL" ...></iframe>`. The URL that you have to copy into the form is the one that appears in the `src` attribute of the `iframe` tag. If you copy a URL other than the one in the `src` attribute of `iframe`, or if you copy all the HTML code `<iframe src="URL" ...></iframe>`, or if the original web does not provide a `<iframe>`-type code, the content will not be displayed correctly.
* Link to the multimedia content to be embedded. The original website can have a _Share_ or _Embed_ button or link that will offer you an HTML code of the type `<iframe src="URL" ...></iframe>`. The link that you have to copy into the form is the URL (web address) that appears in the `src` attribute of the `iframe` tag. If you copy a URL other than the one in the `src` attribute of `iframe`, or if you copy all the HTML code `<iframe src="URL" ...></iframe>`, or if the original web does not provide a `<iframe>`-type code, the content will not be displayed correctly.