WordPress
Learn how to use the PuzzleMe™ WordPress plugin to embed puzzles in your WordPress site.
Integrating PuzzleMe™ with WordPress is straightforward with our official plugin. This integration allows you to display puzzles on any page or post on your WordPress site.
Do I need to purchase anything? The PuzzleMe WordPress plugin is free, but you need a PuzzleMe account to create and manage puzzles.
Technical requirements:
- You need to have admin or editor access to a WordPress instance.
- Your WordPress site should allow installation of plugins.
- If you host your own WordPress instance, you can easily install plugins.
- If you use wordpress.com, you need a paid account to install plugins.
Installation
Step 1: Install the PuzzleMe WordPress Plugin

- Go to your WordPress admin dashboard.
- Navigate to Plugins > Add New.
- Search for "PuzzleMe".
- Find "PuzzleMe for WordPress" in the search results.
- Click Install Now and then Activate.
Step 2: Configure the Plugin
The PuzzleMe WordPress plugin works without any special configuration for standard users. You can start embedding puzzles right away using shortcodes.
Configuration for Professional/Enterprise Plans
This step is required only if you are on our Professional or Enteprise plan.
By default, the WordPress plugin points to our server for non commercial users - amuselabs.com . Your commercial account is on a separate production server. To ensure the WordPress plugin points to the correct server, you need to add a definition in your WordPress server's wp-config.php
file, as the variable PuzzleMe_BasePath
.
- If you are using our Professional plan, the value of this variable is
https://app.amuselabs.com/app/
. - If you are using our Enterprise plan, the value of this variable is
https://[YOUR_SUBDOMAIN].amuselabs.com/pmm/
, where[YOUR_SUBDOMAIN].amuselabs.com
is where you login to your PuzzleMe account. For example, if you login tohttps://cdn2.amuselabs.com/pmm/login
, then thePuzzleMe_BasePath
would take the valuehttps://cdn2.amuselabs.com/pmm/
.
Here is the definition you need to add in your wp-config.php
file (replace the URL with your specific one if applicable):
define('PuzzleMe_BasePath','https://cdn2.amuselabs.com/pmm/');
Step 3 - Embedding a puzzle/series on your website
- Embedding Puzzle
- Embedding Series
Login to your PuzzleMe account and from the dashboard, click on the Preview icon (eye icon) in front of the puzzle that you want to embed.
This opens the Preview page. Click the Publish button in the top bar.
On the Publish page, click on the WordPress tab. The box will display a WordPress shortcode. Each puzzle in your PuzzleMe account has a unique shortcode.
On the Publish page, click on the WordPress tab. The box will display a WordPress shortcode. Each puzzle in your PuzzleMe account has a unique shortcode.
Copy the
shortcode
and start editing the WordPress page/blog post where you want to embed the puzzle. Depending on your website theme, the interface to insert a shortcode might look slightly different. The screenshots below are taken from the default Gutenberg editor.In the editor, please insert a shortcode block.
- In the shortcode block, paste the code you copied from your PuzzleMe dashboard.
And that's it! Once your WordPress page/post is updated and published, your readers will be able to access this puzzle.
- Login to your PuzzleMe account and select the series from the drop down at the top that you want to embed on your website.
- Click on the Series Publish icon (chain icon) in the Series Controls section. This opens up the Publish page for the series picker.
- On the Publish page, click on the WordPress tab. The box will display a WordPress shortcode. Each series in your PuzzleMe account has a unique shortcode.
Copy the shortcode and start editing the WordPress page/blog post where you want to embed the picker for this series. Depending on your website theme, the interface to insert a shortcode might look slightly different. The screenshots below are taken from the default Gutenberg editor.
In the editor, please insert a shortcode block.
- In the shortcode block, paste the code you copied from your PuzzleMe dashboard.
And that's it! Once your WordPress page/post is updated and published, your readers will be able to access all the puzzles in this series.