• Resolved Apfelbiss

    (@apfelbiss)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Author John Godley

    (@johnny5)

    Can you give a real URL where you think this bug is occurring? The plugin will not behave differently if you are logged in or logged out, and there are no other reports of any problems here.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug with “fbclid” parameter from Facebook’ is closed to new replies.