URL HOOK

Multiplayer Quiz

#multiplayer-quiz
Sign-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-quiz

Hosts a lobby that draws questions from every league (Mix).

Category-scoped
/games/quiz/<category>#multiplayer-quiz

Hosts 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
Open

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
Open
Italy
/games/quiz/italy#multiplayer-quiz
Open
Germany
/games/quiz/germany#multiplayer-quiz
Open
France
/games/quiz/france#multiplayer-quiz
Open
Spain
/games/quiz/spain#multiplayer-quiz
Open
Bulgaria
/games/quiz/bulgaria#multiplayer-quiz
Open
Netherlands
/games/quiz/netherlands#multiplayer-quiz
Open
UEFA Champions League
/games/quiz/uefa-champions-league#multiplayer-quiz
Open
Portugal
/games/quiz/portugal#multiplayer-quiz
Open
World Cup
/games/quiz/world-cup#multiplayer-quiz
Open
Mix
/games/quiz/mix#multiplayer-quiz
Open

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