Recently Facebook has taken another thing from Twitter and now FB also allows you to embed post or photos post on it so that users will be able to share same on websites or blogs by embedding them.


This feature allows you to share images which were posted by your favorite celebrity or any breaking news which is share by any news agency. By there is a little catch, this feature is currently in roll out phase.

But if you wanna use it right now then you can do it right away, all you have to do is get the permanent URL of post which you wanna share, for this visit Facebook page and right click on Date which is right next to your post which you wanna share and copy URL to clipboard.

Copy_Facebook_URL

Now put that URL in below code in place of POST URL and place this code in your website or blog.

    <div id="fb-root"></div> <script> (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <fb:post href="POSt URL"></fb:post>

Bonus :- If you wanna embed another post inside same page then you don’t need to copy and post whole code, just put <fb:post> element.

How It Work And How we are able to embed post if Facebook hasn’t allowed?

Well its answer is very simple, here used code is same which Facebook is offering on rolled out pages, we are just putting our Post URL to embed our Post, simple isn’t it?

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.