• Hi, I am using the Sight theme from wpshower (built for WP 3.0) and am having trouble activating facebook commenting. There is no FB login button in the comments section. Can anyone help at all? Many thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter danmetallic

    (@danmetallic)

    Using Simple Facebook Connect btw

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Thread Starter danmetallic

    (@danmetallic)

    Thanks for the swift reply Otto (and the great work on this plugin). I’m still unsure where to add the code exactly. Here is the code from my comments.php

    <table>
                            <tr>
                                <td colspan="3">
                                    <div class="commform-textarea">
                                        <textarea name="comment" id="comment" cols="50" rows="7" tabindex="1"></textarea>
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <td class="commform-author">
                                    <p>Name <span>required</span></p>
                                    <div>
                                        <input type="text" name="author" id="author" tabindex="2" />
                                    </div>
                                </td>
                                <td class="commform-email">
                                    <p>Email <span>required</span></p>
                                    <div>
                                        <input type="text" name="email" id="email" tabindex="3" />
                                    </div>
                                </td>
                                <td class="commform-url">
                                    <p>Website</p>
                                    <div>
                                        <input type="text" name="url" id="url" tabindex="4" />
                                    </div>
                                </td>
                            </tr>
                        </table>

    Hi. Im using wp 3.2.1 and comments does not work. With or without editing commets.php. I use a custom theme to, created with artesteer.

    Thread Starter danmetallic

    (@danmetallic)

    Where did you add the code exactly (you can see mine above) and I’ll give it a go.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comments’ is closed to new replies.