Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor kseifert

    (@kseifert)

    I don’t see a wordpress comment div on the blog pages.

    If this is using a custom theme on the pages, you’ll need a div with the id “commentform”, in the place where you want the comments to show up. For example, add to the template:

    <!– the comment box will go in here –>
    <div id=”commentform”></div>

    Either that, or drop in the standard wordpress comment box, and it will be swapped out by the plugin.

    Thread Starter pwok

    (@pwok)

    Hi Thanks for the quick reply. Your advice is helpful, however I have tried to activate the comments on posts and ticked the allow comments in the standard wordpress settings but this doesn’t work.

    Should I therefore add the code you suggested to the template theme????

    Plugin Contributor kseifert

    (@kseifert)

    Yes, that snippet of code should create the hook the plugin needs to drop the widget on the page.

    As it is now, it sounds like the theme template is not wired up for wordpress comments.

    Ahh – had the same problem, but this solved it.
    Wrapping <div id=”commentform”></div> around the fb comment div, did the fix.

    Thanks!

    / Jakob

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin only works on Pages not Blog Posts’ is closed to new replies.