Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter shubh14

    (@shubh14)

    Just tested. Facebook comments are not being added to wordpress comments database. I am on godaddy hosting. Also using W3 Total Cache, if that makes a difference.

    Plugin Author btdogan

    (@btdogan)

    Hi. Thank you for reviewing my code. I fixed the “id” problem.

    I installed the plugin in different server setups on digitalocean and it works well. Probably I am missing some points. Could you please share the error log? (mostly it is located in ../logs/error.log)

    Thread Starter shubh14

    (@shubh14)

    I can’t seem to find my error log. Unfortunately I had to deactivate the plugin as my theme’s javascript code started giving syntax errors. Screenshot – https://i.imgur.com/R7BGCuu.jpg

    I will try to test the plugin in my local server and see where the problem is.

    Plugin Author btdogan

    (@btdogan)

    Any update?

    Thread Starter shubh14

    (@shubh14)

    Hi, Festival season here because of “Diwali”. I will get to this in a day or two.

    Thread Starter shubh14

    (@shubh14)

    Sorry for the big delay. I have found the issue. It is this line –

    jQuery("#comments").replaceWith(jQuery("#fbcs_box"));

    The reason is I need to give an id of “comments” to the fb title to make the comment count meta link on top scroll to the comment area at the bottom and so the page now has 2 comments IDs and hence the conflict.

    I changed the above js line to jQuery("div#comments").replaceWith(jQuery("#fbcs_box")); which resolved the issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘ID for title tag’ is closed to new replies.