Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    I looked at your page. You have an error message: Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.

    The reason is more than likely because you don’t have correct permissions on your .htaccess file that allows w3tc to make the changes it needs to…

    Go into your .htaccess file and change the following:

    Header set Referrer-Policy ""

    to

    Header set Referrer-Policy "origin"
    That should fix the issue.

    Hi, Carolina

    Did you manage to log in to your FB account using Facebook Connection Button? Do you see the list of available pages for connection?
    The error you are talking about is not related to this, but as far as I can see, you do not have an SSL certificate installed. This is a prerequisite for the Facebook SDK.

    Best,
    Alexey Kapustsin

Viewing 2 replies - 1 through 2 (of 2 total)