bemcapaz
Forum Replies Created
-
Yep, at least i can isolate the problem into the facebook sdk, just two more things.
Which version of wordpress are you using?
And what others plugin are running on the site.Hi guys, could you give me some extra info about the problem? Like the configuration being used with the All in One SEO PACK, so far im trying with the latest version of the all in one and seo facebook and can’t reproduce the error.
This problem is hapenning because of some conflict beetween the all in one seo pack with the Facebook PHP SDK, but without reproducing it its hard find out why.
I have released the version 1.3.1 where I make the Open Graphs optionall, after you upgrad let me know if the bug persists
Thanks a lot for the feedback
I have released the version 1.3.1 where I make the Open Graphs optionall, after you upgrad let me know if the bug persists
Thanks a lot for the feedback
Hi jmorrow, i have been looking into the code and looks like thats the reason of the bug hapenning in your wordpress.
I changed some parte of the code that is responsible for locating the prefixes used by wordpress, before the update to version 1.3 the table name was fixed to wp_comments_fbseo and since your installation is using another prefix it means the plugin can’t find that table, causing it to keep adding comments forever.
Really sorry about that, it was a big fault from my part since I have to be more careful regarding compatibility with older versions of the plugin, Im already working on a fix.
I’m also going to create a tool that will be able to remove all comments that were exclusively added with the plugin, so you will be able to remove all and only the duplicated comments and let the plugin re-add the comments without any further problems.
Again really sorry for the problem and the version 1.2 will keep working fine for now.
Yep, was a mistake i made in the plugin.php. I also fixed several issues regarding IE bugs and such.
Thanks a lot for the feedback ??
Thats a really weird problem jmorrow. I know the version 1.3 had caused some conflicts with the All In One SEO pack but haven’t heard about the duplicating commenting system.
Actually im thinking of a reason that could be the reason to this problem, when you installed your wordpress did you used the default naming database? The tables are named someting like wp_tablename or you changed it from the default one?
Sorry for taking so long to answer, I will try something for the next release that should be able to fix that problem.
Keeping the area if the plugin doesnt load or something like that, will keep up updateded. But since it is a Facebook loading issue may take a while to find an optimal solution.
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] Fatal errorNeed more info in order to be able to debug that problem
Hi GMScribe, this can occur when the theme you are currently using do not have the <div id=”comments”> wrapper around the comments area.
To fix that you can do two tings
Add that wrapper around the comment area, or go to the page, in your admin wordpress
wp-admin/plugin-editor.phpOn “select plugin to edit” choose SEO Facebook Comments, than open the file wpcomments.css and look for the line
#comments{
display:none
}Change the comments to id of the current wrapper element of your comments area ??
Hi magnetoid, ive been looking into this error and looks like the problem is because of the open graph tags that the facebook comments sends automatically and can conflict if another plugin also does that (the case of the all in one seo), will be releasing a new version that makes the open tags optional
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] App ID & App SecretJust updating to whoever gets here later, I made a nice tutorial explaining how to create your Facebook APP here How to Create a Facebook APP
Hi, before we enter the technical part, great site, really nice layout ??
The site is breaking the code or only the plugin box is not loading? Did you experience the error on other times of the day?
You know, sometimes facebook gets really loaded and starts to slow down requests, it could lead to even the box not be rendered.
Thats the reason the plugin don’t need to necessarily load the comments + plugins before loading the page, if the facebook fails the plugin is suposed to just let the rest of the website load with no interruption.
I could add a option to make it fallback to the legacy comment system, but I dont think it would be a nice feature since when the comments are back to normal the comment will just get hidden again in the template ( going to make the user kinda sad i think, heeh)
Hi abarc, this problem is because the curl function is not enabled on your server, and facebook class (from Facebook SDK) needs that enabled so it can fetch the information from facebook database (in this case, to get the comments)
If you have permissions you can enable curl since it is a PHP Plugin (a pretty common and usefull one btw).
Great! Thanks for the compliment btw.
If you need any other help just let me know ??