Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Wordpress - Hangman

A Wordpress version of the traditional hangman. Dictionary composed of 14000 English words. Powered by the jQuery library, AJAX and PHP.

How to use

  1. Install the plugin (you may install this plugin directly from the Wordpress repository).
  2. Add the shortcode [hangman] on the page you want to display the Hangman.
  3. (Optional) To change the default words you need to modify the file “dictionary.txt”. Take note that, if there is a plugin upgrade, the changes will be overwritten.

Troubleshooting

I've found that, for some reason, jQuery library may not be added on the Wordpress website. To include it, add the following code to functions.php:

function theme_scripts(){	wp_enqueue_script('jquery');
}
add_action('wp_enqueue_scripts', 'theme_scripts');



License: GPLv3
  • Screenshot 1
  • Screenshot 2
   
hangman.zip

Size: 907.23 KB
Creation date: 09/08/2018
Last update: 29/05/2023
Downloads: 568
SHA1: 7e84f6008c070d947
778db9fe7d1589e6b6f1355
* Donate:


* You can download the item for free selecting "0 euro", but a donation would be greatly appreciated to keep its development, and also cover hosting costs. Thanks!