Plugin info

Total downloads: 5,066
Active installs: 100
Total reviews: 4
Average rating: 4.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/22/2025 (223 days ago)
Added to WordPress: 3/14/2022 (3 years old)
Minimum WordPress version: 5.9
Tested up to WordPress version: 6.8.3
Minimum PHP version: 8.0

Maintenance & Compatibility

Maintenance score

Stale • Last updated 223 days ago • 4 reviews

40/100

Is Scratch and Win abandoned?

Likely maintained (last update 223 days ago).

Compatibility

Requires WordPress: 5.9
Tested up to: 6.8.3
Requires PHP: 8.0

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Create a Scratch and Win game for your users

With this plugin you can create and manage Scratch and Win cards that allow your users to win what you decide will be the prizes:

  • discount coupons for your e-commerce
  • reserved links to download useful documents
  • giveaways and gifts
  • loyalty programs
  • free products or services
  • etc. (your imagination will be the limit)

After playing, users will be redirected to the pages you choose where to display the prizes or the unlucky result.

How it works

Create a game by setting the number of total tickets, one or more prizes and their winning criteria.
Then insert a simple shortcode in the page/article where you want the Scratch and Win card will appear.
Logged users will be able to play, and the winners will receive an email whose content was decided by you.

You can customize:

  • the total number of tickets (winning and not) for a game
  • the number of tickets for each prize (it defines the winning probability)
  • the cover image to be scratched
  • the win image
  • the loss image
  • each prize image
  • the scratcher (generally a coin) image
  • the maximum number of times a single user can play a game (total / by hour / by day / by week)

…and other details like endless game, anonymous users allowed, etc.

Statistics

Playings statistics are displayed for all active games.

Disclaimer

This plugin does use a pseudorandom (that is, not true random) number generator to draw results (see FAQ for details): therefore, do not use this plugin to create true lotteries or gambling games.
The author declines all responsibility for any violation (of any law of any Country) related to the use of this plugin.

Installation

No installation instructions available

Frequently Asked Questions

What are random numbers ?

They are numbers whose generated sequence cannot be predicted by any computer algorithm.
To achieve that, computers must use unbiased and unpredictable mechanisms, such as thermal noise or quantum phenomena (e.g. radioactive decay of isotopes, photons reflection vs refraction count, etc.).

What are pseudorandom numbers ?

They are numbers generated by computer algorithms that try to approximate the properties of random number sequences.
Since they are completely determined by an initial value (seed), they are not “true” random numbers.

Are results predictable ?

Even if they can be considered predictable by a strictly theoretical point of view, in practice they are not.
In fact, it would require to hack your web server system, but in that case you would have a security problem that goes far beyond the plugin issue.

Review feed

TeamOnAir
6/14/2022

Finally a native scratch card for Wordpress

All the ones I have found so far were managed by external platforms. With this plugin you can manage your scratch card directly on your website

Screenshots

No screenshots available

Changelog

1.1.3

  • Fixed early translation loading issue on WP 6.7+

1.1.2

  • The ticket code can be displayed below the cover.
  • The shortcode attribute get=”code” shows the ticket code in redirected pages/posts.
  • Added an option to add a random key-value couple to the query-string of redirecting URLs.
  • Added a workaround to load the core file ‘pluggable.php’ before using the cache_users() function [WordPress 6.1 bug]

1.1.1

  • Fixed a javascript issue with the library media (images).

1.1

  • Fixed a datetime problem when server and database have different timezones.
  • Added a user cache system for search parameters in admin console pages Game List, Tickets and Statistics.
  • Added missing translations.
  • Updated the internal PHP library.
  • Other minor changes.

1.0

  • Fixed the user’s limits (number of times) of playing a specific game.
  • Renamed db table columns ‘cancelled’ to ‘deleted’.
  • Renamed db table columns ‘disabled’ to ‘cancelled’.

0.9

First release