Site icon Catch Themes

Using Facebook as Comments Box

Hi, I had another issue. I am trying to insert the plugin "simple facebook connect" to use FB's comments and auto post blog posts to FB. Anyways, I checked their FAQ's and it said that if the comments were not working to try this: In your comments.php file (or wherever your comments form is), you need to do the following. Find the three inputs for the author, email, and url information. They need to have those ID's on the inputs (author, email, url). This is what the default theme and all standardized themes use, but some may be slightly different. You'll have to alter them to have these ID's in that case. Just before the first input, add this code: [div id="comment-user-details"] [?php do_action('alt_comment_login'); ?] (Replace the []'s with normal html greater/less than signs). Just below the last input (not the comment text area, just the name/email/url inputs, add this: [/div] That will add the necessary pieces to allow the script to work. If you're using WordPress 3.0 and the new "comments_form" code (like in the Twenty Ten theme), then this is unnecessary! Check ottopress.com for info on how to upgrade your theme to use the new 3.0 features. I can't find this anywhere in the comments.php.....any ideas?
Exit mobile version