Embedded comments are a simple way to put public post comments – by a Page or a person on Facebook – into the content of your site. Only public comments from Facebook Pages and profiles can be embedded.

3 Examples


Shortcode used:
[fb_plugin comment href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&reply_comment_id=654912701278942" ]
Final code:
<div class="wef-measure" style="max-width: 560px;"></div><div class="fb-comment-embed" data-href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&amp;reply_comment_id=654912701278942" data-width="560" data-include-parent="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin comment href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&amp;reply_comment_id=654912701278942" include-parent="true" ]
Final code:
<div class="wef-measure" style="max-width: 560px;"></div><div class="fb-comment-embed" data-href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&amp;reply_comment_id=654912701278942" data-width="560" data-include-parent="true"></div>
More information:Demo Info

Shortcode used:
[fb_plugin comment href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&amp;reply_comment_id=654912701278942" width="150" ]
Final code:
<div class="wef-measure" style="max-width: 150px;"></div><div class="fb-comment-embed" data-href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&amp;reply_comment_id=654912701278942" data-width="150" data-include-parent="false"></div>
More information:Demo Info

References