URL HOOK
Multiplayer Quiz
#multiplayer-quizSign-in required
One bookmark = a fresh multiplayer quiz lobby, hosted and waiting for players. Everyone who joins answers the same questions and competes on score — Football Quiz multiplayer doesn't use the Head to Head / Race / Elimination modes, it's a shared quiz. Requires a free account.
Patterns
Hub — Mix
/games/quiz#multiplayer-quizHosts a lobby that draws questions from every league (Mix).
Category-scoped
/games/quiz/<category>#multiplayer-quizHosts a lobby restricted to one league — the category comes from the page, just like #daily-quiz and #random-quiz.
Prefer a form? The Hook Builder builds these links for you — pick a category (or Global) and copy.
Host a Mix lobby
All leagues — questions can come from any category
/games/quiz#multiplayer-quiz
Host a lobby for any league
One bookmark per category. Each link hosts a fresh multiplayer quiz lobby scoped to that league.
England
/games/quiz/england#multiplayer-quiz
Italy
/games/quiz/italy#multiplayer-quiz
Germany
/games/quiz/germany#multiplayer-quiz
France
/games/quiz/france#multiplayer-quiz
Spain
/games/quiz/spain#multiplayer-quiz
Bulgaria
/games/quiz/bulgaria#multiplayer-quiz
Netherlands
/games/quiz/netherlands#multiplayer-quiz
UEFA Champions League
/games/quiz/uefa-champions-league#multiplayer-quiz
Portugal
/games/quiz/portugal#multiplayer-quiz
World Cup
/games/quiz/world-cup#multiplayer-quiz
Mix
/games/quiz/mix#multiplayer-quiz
Behavior
- Firing creates a fresh PUBLIC lobby with the standard quiz setup (a 15-question mix on a 5-minute timer) and drops you into the room as the host, ready for others to join.
- The category comes from the page — the hub hosts a Mix lobby; a category page (e.g. /games/quiz/italy) scopes it to that league.
- If you're already in another lobby, the hook takes you back to that room instead of creating a duplicate.
- Requires sign-in. A signed-out visitor is sent to login first, then bounced back to host the lobby once authenticated.
- The hash is read once and cleared via
history.replaceState— refreshing doesn't spin up a second lobby. - Want to tweak categories, the question mix, or the timer before anyone joins? Host from the lobby browser instead, where the full create form is available.
Last updated ~1 min read