Fix GettingStartedWordpressDS.ascx

This commit is contained in:
Svetlana Maleeva 2023-10-25 15:50:02 +03:00
parent 04faf2af34
commit d94b89afd8

View File

@ -79,8 +79,8 @@
<li>connection settings page</li>
<li>user synchronization</li>
<li>opening DocSpace in WordPress</li>
<li>inserting a file when creating a page</li>
<li>inserting a room when creating a page</li>
<li>inserting a file when creating a page or post</li>
<li>inserting a room when creating a page or post</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-wordpress/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
@ -96,13 +96,20 @@
<h3>Requirements</h3>
<ul>
<li>WordPress server version.</li>
<li>ONLYOFFICE DocSpace server version.</li>
<li>ONLYOFFICE DocSpace SaaS or server version.</li>
<li>ONLYOFFICE DocSpace plugin for WordPress.</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE DocSpace connector for WordPress</h3>
<p><b>Configuring your DocSpace</b></p>
<ol>
<li>Use the <img alt="Options icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsoptionsicon.png")%>" /> menu in the lower left corner and select the <b>DocSpace Settings</b> option.</li>
<li><b>For both SaaS and server versions</b>: Switch to the <b>Developer tools</b> -> <b>Javascript SDK</b> section. In the <b>Embed DocSpace as iframe</b> field, enter your WordPress address and click the + icon.</li>
<li><b>For the server version only</b>: In the <b>Customization</b> section, make sure that the <b>DNS Settings</b> option is enabled and the domain name of the DocSpace portal is specified.</li>
</ol>
<p><b>Configuring your WordPress</b></p>
<p>You can download the connector from <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-wordpress" target="_blank"><b>GitHub</b></a>.</p>
<p>Navigate to the <b>Plugins section</b> in your WordPress administrative dashboard and click <b>Add New</b>. Then, click <b>Upload Plugin</b> and select the zipped plugin.</p>
<p>Once ready, go to the plugin settings and specify the following parameters:</p>