我正在主页上创建一个无限滚动...每个帖子都有fb共享和喜欢按钮 一切都运作良好,但唯一的问题是没有让FB像新帖子上的按钮(通过AJAX)......
<div class="fb-like" data-href="<?php echo get_permalink($page["ID"]); ?>" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="button_count" data-action="like" data-show-faces="false" data-send="false"></div>
这是我用于类似fb的代码......
答案 0 :(得分:1)
在append方法之后立即使用以下方法响应ajax请求。
FB.XFBML.parse();
要在div中使用以下方法重新分析fb链接。
FB.XFBML.parse(的document.getElementById( '富'));