內容簡介
Mevabi – Word Search Puzzle Builder 讓使用者可以在任何文章或頁面上嵌入互動式的字謎遊戲,只需使用一個簡單的短碼,提升網站的互動性與趣味性。
【主要功能】
• 支援最多 8 個單字,網格大小可達 10 × 10
• 可選擇對角線及反向單字
• 完全自訂背景、網格及字體顏色
• 提供自訂完成訊息功能
• 支援全螢幕模式
• 管理員短碼生成器,簡易操作
外掛標籤
開發者團隊
② 後台搜尋「Mevabi – Word Search Puzzle Builder」→ 直接安裝(推薦)
原文外掛簡介
Mevabi – Word Search Puzzle Builder lets you embed a fully interactive, touch-friendly word search puzzle on any post or page using a single shortcode.
Features
Drag (or tap on mobile) to select letters — page never scrolls during selection.
Up to 8 words per puzzle, grid up to 10 × 10.
Optional diagonal and reverse directions.
Fully customizable: background, grid, letter and highlight colors, font size.
Custom completion message when all words are found.
Fullscreen button (native Fullscreen API + CSS fallback for all browsers).
Admin Shortcode Builder — fill in a form, click Generate, copy the shortcode.
Live visual preview of the puzzle layout in the admin.
No external scripts or tracking — 100% self-contained.
Translation-ready (.pot file included).
Shortcode usage
`
[mevawose_word_search title=”Animals” words=”CAT,DOG,BIRD,FISH” rows=”10″ cols=”10″
diagonal=”true” reverse=”true” bg=”#ffffff” gridcolor=”#4a90d9″
wordcolor=”#333333″ foundcolor=”#ffd700″ fontsize=”18″
success=”Great job! 🎉”]
`
Parameters
Parameter
Description
Default
title
Puzzle title
Word Search
words
Comma-separated words (max 8)
—
rows
Rows (1–10)
10
cols
Columns (1–10)
10
diagonal
Allow diagonal words (true/false)
true
reverse
Allow reversed words (true/false)
true
bg
Background color (hex)
#ffffff
gridcolor
Grid border color (hex)
#cccccc
wordcolor
Letter color (hex)
#222222
foundcolor
Highlight color when found (hex)
#90ee90
fontsize
Font size in px
18
success
Message shown on completion
Congratulations! You found all the words!
