based on comments stored on Facebook servers, and Comments Box XFBML markup to be interpreted by the Facebook SDK for JavaScript. Attempt to match CSS-addressable elements of WordPress core themes and customization functions where possible but with Facebook plugin-specific filters to avoid unexpected behaviors. * * @since 1.3 */ /* * If the current post is protected by a password and the visitor has not yet * entered the password we will return early without loading the comments. */ if ( post_password_required() ) return; ?>

'ol' ) ); // correct filter if broken if ( ! is_array( $_comment_options ) ) $_comment_options = array( 'style' => 'ol' ); else if ( ! ( isset( $_comment_options['style'] ) ) && in_array( $_comment_options['style'], array( 'ol', 'ul', 'div' ), true ) ) $_comment_options['style'] = 'ol'; ?> < class="comment-list">>'; echo $_facebook_comments; echo '
'; /** * Output content after the Facebook Comments Box display area * * @since 1.3 */ do_action( 'facebook_comment_form_after' ); } unset( $_facebook_comments ); ?>