【发布时间】:2014-05-17 18:11:33
【问题描述】:
我在我网站的这个页面上遇到了 facebook cmets 的问题:http://www.twisted-perfectionism.com/social-media-network-comparison/
评论部分被截断。您只能看到 1 条评论和 3/4。下面还有更多评论,但没有出现。
这可能是什么原因?没看懂:(
请帮忙!
这是来自 single.php 的代码:
<?php get_header(); ?>
<div id="page-<?php the_ID(); ?>" class="panel box">
<div class="in">
<?php while ( have_posts() ) : the_post();?>
<?php
$format = get_post_format();
get_template_part( "formatz/".$format );
if($format == "")
get_template_part( "formatz/standard" );
echo do_shortcode('[shareaholic app="share_buttons" id="xxx"]');
do_action('seo_facebook_comments');
?>
<?php endwhile; ?>
</div>
</div>
<?php get_footer(); ?>
【问题讨论】:
标签: php jquery facebook wordpress plugins