Fixes for WordPress as per testing + added video.

This commit is contained in:
Olga Vlasiuk 2022-05-18 16:33:38 +03:00
parent e76dc4356b
commit 14cd1b356b
10 changed files with 3266 additions and 3144 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_video sm_integrating" id="link_215" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/video/integrate-wordpress.aspx")%>">How to integrate ONLYOFFICE with WordPress</a>

View File

@ -85,7 +85,7 @@
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Document Server v3.0 or later
<li>ONLYOFFICE Document Server v6.1.0 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from WordPress and any end clients. It must be able to POST to WordPress directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.

View File

@ -29,6 +29,7 @@
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0100_configure_owncloud/0100_configure_owncloud.ascx" />
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0105_integrate_redmine/0105_integrate_redmine.ascx" />
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0106_integrate_jira/0106_integrate_jira.ascx" />
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0107_integrate_wordpress/0107_integrate_wordpress.ascx" />
</div>
</div>
<%--<p>
@ -309,4 +310,42 @@
</div>
</li>
</ul>
<ul class="block-editor">
<li>
<h2 class="doceditor"><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/wordpress.aspx")%>">WordPress</a></h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>WordPress</b> through a connector available on <a href="https://wordpress.org/plugins/onlyoffice/">WordPress plugin page</a> or ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-wordpress"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li><h6>About the ONLYOFFICE and WordPress integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Whatsnew_block")%>">What's new</a></li>--%>
</ul>
</li>
<li><h6>Connecting ONLYOFFICE Docs to WordPress</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#InstallConfigure_block")%>">Installing and configuring the ONLYOFFICE and WordPress module package</a></li>
</ul>
</li>
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within WordPress</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>

View File

@ -13,6 +13,14 @@
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0108_integrate_wordpress/0108_integrate_wordpress.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">WordPress</h2>

View File

@ -0,0 +1,9 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div id="video-guides-106" data-status="new" class="playvideo integrate_wordpress_video">
<a href="<%=VirtualPathUtility.ToAbsolute("~/video/integrate-wordpress.aspx")%>">
<span class="playbackbutton"></span>
<span class="title_area">
<span class="link_to_video">How to integrate ONLYOFFICE with WordPress</span></span>
</a>
</div>

View File

@ -0,0 +1,30 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to integrate ONLYOFFICE Docs with WordPress";
MetaKeyWords = "integration, wordpress";
MetaDescription = "Watch our video guide to learn how to integrate ONLYOFFICE Docs with WordPress.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to integrate ONLYOFFICE Docs with WordPress</h1>
<div class="keyword_block">
<ul>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /><li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/open-source-version/open-source-version.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/x6KOPY9OUCM" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Integrate ONLYOFFICE online editors with WordPress and co-author office documents in real time.</p>
</div>
</div>

View File

@ -139,6 +139,7 @@
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0100_configure_owncloud/0100_configure_owncloud.ascx" />
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0105_integrate_redmine/0105_integrate_redmine.ascx" />
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0106_integrate_jira/0106_integrate_jira.ascx" />
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0108_integrate_wordpress/0108_integrate_wordpress.ascx" />
<h3>Videos from our contributors</h3>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0056_editinnextcloud/0056_editinnextcloud.ascx" />

View File

@ -0,0 +1,14 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="integration">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentServerTop/DocumentServerTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/DocumentServer/IntegrateWordpress/IntegrateWordpress.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="videopage general">
</asp:Content>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB