With our WordPress plugin you can easily extent your blog with our online word search puzzles.
Major features in this version include:
- Very easy integration of online word search puzzles, direct playable.
- The word search puzzles can be inserted everywhere: in your theme files, posts and pages.
- Twelve different levels from 6×6 upto 17×17, for kids or for cracks.
- Simply enter a comma separated list of words and a playable online puzzle is ready for your visitors.
- You can change appearance, size and visible features to fit your site and themes.
How can you install the Word Search for WordPress Plugin?
- 1. Upload ‘MyPuzzle Word Search’ folder to the ‘/wp-content/plugins/’ directory or use plugin install page.
- 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
- 3. Go to the MyPuzzle Word Search Options page under settings and save your prefered options.
- 4. Use the Wordsearch code [wordsearch-mp] to insert wordsearch puzzles into your posts/pages.
How can I use the plugin within my wordpress posts?
Use the shortcode in your post according the following examples:
- [wordsearch-mp]
- [wordsearch-mp ws_size=300 ws_dimension=8 mywordlist=’MyPuzzle,Wordsearch,Jigsaw,Sudoku,Sliding,Games,Kakuro,Solver’]
- [wordsearch-mp ws_size=460 ws_dimension=14 mywordlist=’NewYork,London,Dallas’ ws_bgcolor=’#000000′ ws_fontcolor=’#ffffff’]
All Parameter:
- ws_size, ws_dimension, mywordlist, ws_bgcolor, ws_fontcolor, ws_focuscolor, ws_foundcolor
Where can I get the Plugin? –> Download MyPuzzle Word Search for WordPress
How does it look like?
Hidden Words
http://blog.mypuzzle.org/wp-content/plugins/mypuzzle-word-search/get_ws_grid.php
400
1
6

I would like to add the Word Search Plug in to our agency intranet. The puzzle shows up but the letters do not highlight when choosing a word. Am I missing something?
Thanks.
That might be a css issue where I dont overwrite any style. Can you email me a link to a test-page with that issue!?
Thanks, Tom
Hi,
Your puzzle seems great, but it would be awesome for visitors to be able to choose a username and have a scorecard from 1st place to 10th place. Then it will make the game more competitive and bringing users back.
Hey,
good idea in general. However you relate to the word search puzzle!?
How should the ranking work then? For time been passed by?
I will definitively put that to my next release feature list.
But could take some time.
Thanks!
Tom
Looking to use the clever wordsearch on a website but we would use it in the sidebar.
Is it possible to have the hidden word list UNDER the square to show them?
Hey,
right now it’s not possible obviously.
I will put that to my to-do-list for the next version.
Thanks
Tom
MyPuzzle Word Search does not work in IE. The letters are not shown.
It works fine in other browsers.
Since this is some puzzles I am preparing for easter, it is not online yet.
Do you have any idea of what is causing this problem?
Hi,
could you provide me with a link to a test-page on your side?
I would like to check it. Also, which IE version are you using?
Thanks, Tom
Nice plugin, but having trouble getting it to work . looks like a jQquery error.
Error is
uncaught type error cannot call method ‘substring’ of undefined
on like 237 :
jQuery("#"+sId).html(aRows[r-1].substring(c-1, c));im using this version of wordpress below:
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
Hi Matt,
would love to help. Looks like your wordlist doesnt look like the plugin expects it. It should be a comma separated list of words without any spaces like
“fish,boad,sea,stars” or something like that. Try to check what you are giving in as parameter for the wordlist.
You can also send me a link to a test-site and I’ll have a look.
Let me know whether you get it working.
Tom
Well same issue, is this a PHP5 script? the site that I’m installing it on is behind a firewall so i cant create a demo site for you. Its on a older server running PHP4 wordpress 3.1.4 grr..
Though I did install it on my personal site which is latest everything PHP5 / wordpress 3.5.1 and works fine , Could this be causing the issue?
Now I’m no jQuery / PHP expert but I can more or less follow code. From what I can see its that the PHP exports the int_grid function properly with values as seen below:
init_grid('MyPuzzle,Wordsearch,Jigsaw,Sudoku,Sliding,Games,Kakuro,Solver', '8');and the values get passed on all the way to...
load_grid() this is where i get lost...
ack... never mind, I just followed that url that gets constructed and I get the Notable T_String.. I guessing its the PHP4 on my server causing this grr...
Hi Mat,
its hard to tell from my position. I cant find something that php4 would make it the problem.
Sorry that I cant help you here.
Tom