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

3 Examples


Shortcode used:
[fb_plugin post href="https://www.facebook.com/facebook/posts/10154597567106729" ]
Final code:
<div class="wef-measure" style="max-width: 500px;"></div><div class="fb-post" data-href="https://www.facebook.com/facebook/posts/10154597567106729" data-width="500" data-show-text="true"></div>
More information:Demo Info

Shortcode used:
[fb_plugin post href="https://www.facebook.com/facebook/posts/10154597567106729:0" show-text="false" ]
Final code:
<div class="wef-measure" style="max-width: 500px;"></div><div class="fb-post" data-href="https://www.facebook.com/facebook/posts/10154597567106729:0" data-width="500" data-show-text="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin post href="https://www.facebook.com/facebook/posts/10154597567106729:0" show-text="false" width="200" ]
Final code:
<div class="wef-measure" style="max-width: 200px;"></div><div class="fb-post" data-href="https://www.facebook.com/facebook/posts/10154597567106729:0" data-width="200" data-show-text="false"></div>
More information:Demo Info

References