Can we Embed the Facebook Videos in our Blogs?
Sometimes you like to share some interesting videos in your blog that you have watched in your friend's shared item in their facebook profile. But Facebook does not officially allowed any embed codes to add those videos to the outside world. If someone shared any videos in facebook, it can be visible only by his friends who have the permission to watch that videos. How can we emberd those videos in our blogs/web pages to share with out side peoples? Yesh.. Its a simple work around to embed the videos in the blog.
Facebook use a unique ID for each videos that had upload to the facebook. We are going to use that unique ID to get the resources from the facebook server. You can find that unique ID in the address bar of your browser. Now Copy that unique ID and replace it with "UNIQUE_ID" in the code below. Finally you can put that code on any web pages and the video can be visible who are not even your Friends in your facebook account.
<object width="500" height="350" >
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://www.facebook.com/v/UNIQUE_ID" />
<embed src="http://www.facebook.com/v/UNIQUE_ID" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="350">
</embed>
</object>
This is video shared in facebook about Windows Live. And it a workout example for you. Enjoy..
0 comments:
Post a Comment