Extension:YotpoReviews/de-formal

This page is a translated version of the page Extension:YotpoReviews and the translation is 12% complete.
If you are using version 0.3 or earlier of this extensions you are advised to immediately upgrade to the recent version of this extension to mitigate a security vulnerability.
MediaWiki extensions manual
YotpoReviews
Release status: stable
Implementation Tag
Description Adds the ‎<yotporeviews> tag that inserts the Yotpo reviews system
Author(s) SophivorusDiskussion
Latest version 0.4 (2018-09-01)
MediaWiki 1.25+
PHP 5.3+
Database changes No
License GNU General Public License 3.0 or later
Download
Example [1]
$wgYotpoAppKey
‎<yotporeviews>
Quarterly downloads 1 (Ranked 146th)
Translate the YotpoReviews extension if it is available at translatewiki.net

The YotpoReviews extension adds a ‎<yotporeviews> tag that allows to insert the Yotpo reviews system to any page.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens YotpoReviews im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YotpoReviews
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'YotpoReviews' );
    $wgYotpoAppKey = 'your-yotpo-app-key';
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Usage

To insert a Yotpo review system into any page, simply edit the page add the following tag to the wikitext:

<yotporeviews />

You can also modify the width, height and alignment of the reviews by setting the following parameters (showed with their default values):

<yotporeviews width="100%" height="100%" align="center"></yotporeviews>