[Plugin: WP-FacebookConnect] Comment not being posted to Facebook Feed
-
For the benefit of others… if you’re using plugin v1.2 of this plugin and want user comments to post to the user’s Facebook Feed you need to edit the fbconnect.js file.
Go into your fbconnect.js file and add:
subbutton.onclick = function () {
FBConnect.show_comment_feedform();
return false;
};right before this line:
comment_form.appendChild(subbutton);Credit for this goes to Daria Fitzpatrick at https://www.adambreckler.com/setting-up-facebook-connect-for-wordpress
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
- The topic ‘[Plugin: WP-FacebookConnect] Comment not being posted to Facebook Feed’ is closed to new replies.