Thursday 11 August 2011

Embed Facebook Videos to any website or blog !

Facebook is the best way to share our photos our thoughts and also the videos of our life. Just post them in your profile and everybody you know either he or she is in any corner of the world but they will be able to see your videos. Sometimes we share or even see videos on facebook which are really funny or absolutely useful. But we all know that Facebook does not provide any specific embed code to share those videos if you want to share anywhere outside facebook. And if you are a Web Blogger definitely you can share the videos you see on youtube but there is no way you will be able to share the videos you see on facebook. But today I am going to show you a trick with which you will be able share or embed facebook videos to any website or your Blog spot.

So here is the Step-by-step procedure to add facebook videos on any website or Blog:
Step1:First open the video from facebook which you want to share in a new window.


Step2:You can see the number in the image above. After opening the video in the New window select the number at the same place as shown in the above image which you can see is after ‘v’ in the URL.Just copy the number
Step3:Now open the web page where you want to add the video. For example if you want to add video on blog then open the text box in HTML.Then go to the place where you want to place the video in the article. Place the cursor there and Paste the HTML code given below.


<object width="400" height="224" >

<param name="allowfullscreen" value="true" />

<param name="allowscriptaccess" value="always" />

<param name="movie" value="http://www.facebook.com/v/xyz" />

<embed src="http://www.facebook.com/v/xyz" type="application/x-shockwave-flash"

allowscriptaccess="always" allowfullscreen="true" width="400" height="224">

</embed>

</object>
Step4:Then paste the no. which you had copied earlier from the facebook page at the place where it is written xyz in the HTML code.
For example if the no. is 1000000001 then paste the no. at the two places in the HTML code where it is written xyz.
Then you will be able to add videos of facebook at any Website or your Web Blog.

Related Posts Plugin for WordPress, Blogger...
Back to TOP