• Resolved wci

    (@wci)


    Hi support team,

    I just want to announce that there is a compatibility problem between your plugin and with pay with a like plugin PWAL Plugin. To resolve this, I had to use a work around and you may need to change something in your js file to enable a further compatibility while next coming updates.

    I got following instructions from the PWAL Plugin developer.

    What you need to do is access your WordPress installation files via FTP and navigate to /wp-content/plugins/wp-social-invitations/public/assets/js/ folder. From there open wsi-public.js and on line 14 you should see this code:
    js.src = "//connect.facebook.net/"+WsiMyAjax.locale+"/sdk.js";

    Try replacing sdk.js with all.js and check if it’s working after that, the code should look like this after the change:
    js.src = "//connect.facebook.net/"+WsiMyAjax.locale+"/all.js";

    https://wordpress.org/plugins/wp-social-invitations/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian

    (@timersys)

    Hi Wci, does WSI keeps working after that change? Facebook indicates that we need to use sdk, thats’ why we using it so Im afraid won’t be able to change that on upcoming version

    Thread Starter wci

    (@wci)

    Hi Damian,

    as far I can see it works, but I will forward your message to the PWAL developers within this forum thread.

    It would may be better to interact directly to figure out and solve the functionality problem.

    Regards, Alex

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

The topic ‘Combatibility problems between PWAL and WP Social invitations plugin’ is closed to new replies.