Bug with “fbclid” parameter from Facebook
-
Hi,
I know that there are several threads about the “fbclid” parameter from facebook.
But I think, that there is a real bug within the plugin.
I’ve got a redirect for searching for skus, with optional adding parameters, e.g.:
https://www.mydomain.xyz/sku/12345
Source URL:
\/sku\/([^\?]+)(\?)?(.*)?
Target URL:
https://www.mydomain.xyz/?s=$1&post_type=product&$3
It seemed to work fine – BUT only when I’m logged into WordPress! When not logged in, the redirection goes to the homepage, the browser URL field shows:
https://www.mydomain.xyz/?s=12345&post_type=product&fbclid=riivzcs54xwhzao4xyawasdjda
For now I’ve added this code into htaccess to remove the Facebook parameter, but it would ne nice to get this fixed in the future.
- The topic ‘Bug with “fbclid” parameter from Facebook’ is closed to new replies.