mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 18:59:34 +08:00
33 lines
2.1 KiB
HTML
33 lines
2.1 KiB
HTML
<!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="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/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>
|
|
<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>
|
|
<p class="note">Starting with ONLYOFFICE Docs 8.2, no plugins come with the editors by default. The plugins shall be installed via <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/Editors-User-Guides/AllEditors/Plugin-manager.aspx" target="_blank">Plugin Manager</a>.</p>
|
|
<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 <div class="icon icon-youtube"></div> <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>
|
|
</div>
|
|
</body>
|
|
</html> |