This plugin displays OPIO Reviews on your WordPress website through a public and approved by OPIO API without crawling and other unofficial methods. With this plugin, you can be sure of the right way for showing OPIO Reviews.
Displaying OPIO Rating and Reviews on your site is the easiest and most effective way to increase your customer confidence, show stars and increase conversion!
Multilingual / Slider Translation
The [opio_slider] shortcode accepts an optional lang attribute to render the slider in another language. UI labels translate from shipped translation files; review content + comments + JSON-LD schema translate via a free machine-translation service (cached after first load).
Usage:
[opio_slider id="37" lang="fr"]
Omit lang= to keep English. Setup-agnostic — no Polylang/WPML/get_locale() coupling. Works on any WordPress site without installing extra locale files.
30 languages ship with hand-curated UI translations:
Code
Language
fr
French — Français
es
Spanish — Español
pt
Portuguese — Português
de
German — Deutsch
it
Italian — Italiano
nl
Dutch — Nederlands
tr
Turkish — Türkçe
pl
Polish — Polski
el
Greek — Ελληνικά
sv
Swedish — Svenska
uk
Ukrainian — Українська
ru
Russian — Русский
he
Hebrew — עברית (RTL)
ar
Arabic — العربية (RTL)
fa
Persian / Farsi — فارسی (RTL)
ur
Urdu — اردو (RTL)
hi
Hindi — हिन्दी
pa
Punjabi — ਪੰਜਾਬੀ
bn
Bengali — বাংলা
ta
Tamil — தமிழ்
ja
Japanese — 日本語
ko
Korean — 한국어
zh
Mandarin (Simplified Chinese) — 普通话
hk
Cantonese (Traditional Chinese) — 粵語
vi
Vietnamese — Tiếng Việt
tl
Tagalog — Filipino
id
Indonesian — Bahasa Indonesia
ms
Malay — Bahasa Melayu
th
Thai — ไทย
Any other ISO 639-1 code (e.g., sw, nb, fi, cs) will translate review content via the machine-translation API, while UI labels stay English. Invalid codes silently fall back to English everywhere.
Full developer documentation, filter hooks for raising translation quota, and instructions for adding a 31st hand-curated language are in LANGUAGES.md in the plugin folder.