WP Manifestindependent plugin directory
manifest / content / wp-puzzle

Wordpress Puzzle Plugin

Include a puzzle in your blog with just one shortcode

by Mateusz Hajder · github.com/mhajder/wp-puzzle

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mhajder/wp-puzzle/archive/refs/heads/master.zip

From the readme

Wordpress Puzzle Plugin Plugin with which you can easily place puzzles on a given page using a shortcode. It has many settings that can also be easily changed in a given shortcode. Installation Download the repository as a ZIP package and upload it in the Wordpress administration panel. Usage All you need to do is put the shortcode in the place where you want to put the puzzle. All pictures should be placed in the images folder in the plugin directory (wp-content/plugins/wp-puzzle/). All pictures should be in 800px X 600px format! Sample shortcode: Configuration options ### divid (default: puzzle) Ability to set the ID name of the div that contains the puzzle canvas. ### width (default: 1024) The width of the canvas on which the puzzles are placed. It also includes size outside the main frame with buttons and texts. ### height (default: 768) The height of the canvas on which the puzzles are placed. It also includes size outside the main frame with buttons and texts. ### framecolor (default: null) The background color of the main frame. ### frameouterColor (default: null) The background color of the rest of the page ### textcolor (default: #679b95) Col

Read the full README on GitHub →