Combatibility problems between PWAL and WP Social invitations plugin
-
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";
The topic ‘Combatibility problems between PWAL and WP Social invitations plugin’ is closed to new replies.