Extension:YotpoReviews/pl
Appearance
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.
YotpoReviews Status wydania: stabilne |
|
---|---|
Realizacja | Znaczniki |
Opis | Adds the <yotporeviews> tag that inserts the Yotpo reviews system |
Autor(zy) | Sophivorusdyskusja |
Ostatnia wersja | 0.4 (2018-09-01) |
MediaWiki | 1.25+ |
PHP | 5.3+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 3.0 lub nowsza |
Pobieranie | |
Przykład | [1] |
$wgYotpoAppKey |
|
<yotporeviews> |
|
Quarterly downloads | 1 (Ranked 130th) |
Przetłumacz rozszerzenie YotpoReviews jeżeli jest dostępne na translatewiki.net | |
The YotpoReviews extension adds a <yotporeviews>
tag that allows to insert the Yotpo reviews system to any page.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
YotpoReviews
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YotpoReviews - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'YotpoReviews' ); $wgYotpoAppKey = 'your-yotpo-app-key';
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Użycie
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>