web-apps/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/YouTube.htm

32 lines
1.8 KiB
HTML
Raw Normal View History

2020-11-13 13:35:26 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Include a video</title>
<meta charset="utf-8" />
<meta name="description" content="The description of YouTube plugin for ONLYOFFICE editors, which allows to embed videos into documents" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Include a video</h1>
2021-04-30 14:41:43 +00:00
<p>In the <a href="https://www.onlyoffice.com/en/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>, you can include a video in your spreadsheet. It will be shown as an image. By double-clicking the image the video dialog opens. Here you can start the video.</p>
2020-11-13 13:35:26 +00:00
<ol>
<li>
Copy the <b>URL</b> of the video you want to include.<br />
(the complete address shown in the address line of your browser)
</li>
<li>Go to your spreadsheet and place the cursor at the location where you want to include the video.</li>
<li>Switch to the <b>Plugins</b> tab and choose <img alt="Youtube plugin icon" src="../images/youtube.png" /> <b>YouTube</b>.</li>
<li>Paste the <b>URL</b> and click <b>OK</b>.</li>
<li>Check if it is the correct video and click the <b>OK</b> button below the video.</li>
</ol>
<p>The video is now included in your spreadsheet.</p>
<img class="gif" alt="Youtube plugin gif" src="../images/youtube_plugin.gif" width="600" />
2021-04-30 14:41:43 +00:00
</div>
2020-11-13 13:35:26 +00:00
</body>
</html>