Last edited one year ago
by Richard Heigl

Integration of third party content and Startpage templates download: Difference between pages

(Difference between pages)
mNo edit summary
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
Integration of third party content into a wiki page can be achieved in various ways. It depends on several factors.
<ul class="tabs">
    <li>[[Templates download|Templates]]</li>
    <li class="current">Startpage templates</li>
</ul>


== Embedding support by 3rd party ==
__NOTOC__
Does the software support embedding actively or through interfaces? Most web-based services today do, but some limit functionality.
Coming with BlueSpice 4.3.
<div class="cards startpages">


* '''Embedding widgets available:''' Does the 3rd party provide some widget code that can be used for embedding? In the best case, the 3rd party will provide some snippets that do all the necessary embedding. This is the case with YouTube videos, for example. In this case, we use the Widgets extension to create a wrapper that mostly includes the snippets as they are provided. This is necessary for security reasons. Embeddings are very good for displaying complex content, such as video players, special graphics, dynamic charts, and so on, which require some kind of player.
<!--start card-----------------
* '''API provided:''' If the third party provides API access, an extension must be written that calls the API and retrieves the relevant data. This data then needs to be transformed and presented within the wiki. Depending on the complexity of the API, this can be a very simple task or a very challenging one. The API is very good for making complex queries to the 3rd party database and when the focus is mostly on the retrieved data (as opposed to the visualization).
<div>
* '''SDK provided:''' Some 3rd parties provide software development kits to help build complex applications on top of the software. Using SDKs is the best means when some complex interaction between the wiki and the 3rd party is required, but typically developing such connectors is very time consuming.
==[[Startpage templates download/Startpage SME|Startpage SME]]==
 
<div class="box">
== Authentication and access control ==
<div class="screenshot">[[File:Startpage SME.png|alt=Screenshot of the "Startpage SME"|500x500px|link=Startpage templates download/Startpage SME]]</div>
This is a limiting factor to which of the above ways can be used.
<div class="text">[[Startpage templates download/Startpage SME|For small and medium-sized enterprises]]</div>
 
</div>
* '''Client (browser) based authentication:''' The user must be logged into the 3rd party system. On the pro side, the application has full control over authentication and access control. On the con side, this can be annoying if there is no single sign-on system in place, as the user will be prompted to log in.
</div>
* '''Server side authentication:''' Communication between the 3rd party and the wiki is server-side. This means that the server must take control of authentication. In this scenario, communication typically takes place using a proxy user. On the pro side, this means that the wiki user does not have to worry about authentication. On the con side, however, per-user access control becomes difficult to implement. It is possible, though.
<!--start card------
 
<div>
== Level of integration ==
==Startpage Management System==
 
<div class="box">
* '''Tease and redirect:''' In some scenarios, an integration just wants to get a user's attention. For deeper interaction, the user is redirected to the 3rd party software. This is the case, for example, when embedding a ticket system number (which simply shows the ticket status, but for any interaction the user must follow the link to the ticket system).
<div class="screenshot">[[File:Startpage Management System.png|alt=Screenshot of the "Startpage Management System"|500x500px|link=Startpage templates download/Startpage Management System]]</div>
* '''Full read:''' In this scenario, the embedded content should be fully readable, such as video or graphics. No editing is required.
<div class="text">[[Startpage templates download/Startpage Management System|For management systems]]</div>
* '''Full interact:''' In this scenario, the full range of interaction should be supported. This is the case in BlueSpice with embedding Draw.io diagrams.
</div>
 
</div>------------>
There are several technical ways of embedding content. Mostly, we would try to work with widgets, as long as there is an embedding code or some ''iframe'' solution.
<!--start card------------
 
<div>
==See also==
==Startpage Software Development==
 
<div class="box">
*[[Reference:Widgets]]
<div class="screenshot">[[File:Startpage_Software_Dev.png|500x500px|alt=Screenshot of the "Startpage Software Dev"|link=Startpage templates download/Startpage_Software_Dev]]</div>
*[https://www.mediawikiwidgets.org/Widgets_Catalog mediawikiwidgets.org: Widgets Catalog]
<div class="text">[[Startpage templates download/Startpage_Software_Dev|For software development teams]]</div>
 
</div>
[[Category:Customization]]
</div>
[[en:{{FULLPAGENAME}}]]
</div>------>
[[de:Integration von Drittanbieter-Inhalten]]

Revision as of 15:58, 17 May 2023


Coming with BlueSpice 4.3.




To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions