codeforgermany / click_that_hood

A game where users must identify a city's neighborhoods as fast as possible
http://click-that-hood.com
MIT License
450 stars 639 forks source link

FB share doesn't work because of fbclickid #341

Closed epaulson closed 2 years ago

epaulson commented 2 years ago

Ugh. FB adds a tracker parameter to every link shared through FB. CTH doesn't parse out the URL parameters and so it doesn't go to specific games when the url is something like https://click-that-hood.com/?dane-county-municipalities&fbclid=IwAR3_xoxxxxx

It's lame that Facebook adds this but it's also a bug in CTH that it doesn't ignore it. Should be an easy fix.