Opiner Me

Popis

Opiner Me is a lightweight plugin for collecting user opinions with star ratings. Includes SEO-friendly JSON-LD markup and basic spam protection. Easily add opinion forms anywhere with a simple shortcode.

Learn more on the official plugin website: https://opiner.me

Features

  • Opinion form with star rating
  • Shortcode integration
  • SpamGuard module for basic filtering
  • Logger and LogViewer for debugging
  • SEO-friendly JSON-LD structured data

Compatibility

Tested with WordPress 6.0-6.9
Requires PHP 8.0 or higher

Privacy

Opiner Me does not collect or transmit personal data. All submitted opinions remain in your WordPress database.

Snímky obrazovky

  • Opinion form with star rating
  • Admin panel with submitted opinions
  • Shortcode preview in settings

Instalace

  1. Upload the plugin files to /wp-content/plugins/opiner-me/ or install via the WordPress plugins screen.
  2. Activate the plugin through the ‚Plugins‘ screen in WordPress.
  3. Place the [opiner_me] shortcode in any post or page to display the opinion form.

Nejčastější dotazy

Can I customize the form?

Yes, the plugin uses clean CSS and modular PHP classes. You can override styles or extend logic via hooks.

Does it block spam?

Basic spam filtering is included via the SpamGuard module. You can extend it or integrate with external tools.

Does it work with any theme?

Yes, Opiner Me is designed to be lightweight and theme-agnostic. Minor CSS tweaks may be needed for full visual harmony.

Will reviews affect SEO?

Yes, the plugin outputs structured data (schema.org), which can improve visibility in search results.

How do I display the form?

Use the [opiner_me_form] shortcode to show the opinion form and [opiner_me_list] to display submitted reviews. You can also use [opiner_me] to output both together in any post or page.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Opiner Me je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „Opiner Me“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Opiner Me” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.0.1

  • Fixed: Removed unwanted backslashes in authors and opinion texts by applying wp_unslash()
  • Improved: Cleaner output handling for user-submitted content
  • Minor code refinements for stability

1.0.0

  • Initial release