Ideas, Web Design/WordPress

Easy Code to Embed Facebook Video

Liked a video on Facebook and wanted to embed on your blog or website – but hate using the plugin for it then here is a simple solution – which you can use to have the videos of facebook on your blog or website.

How to
After you have finished watching the video on the facebook – and video finishes – you get the option on the video screen “Go to Video” – click on that.

You will come to the new page where you will see only this video and the comments below it. Now comes the steps you need to follow to have the video embed on your blog or website.

Step1: Just watch the URL of the video page you have just landed in. You see a code some thing like this:  …/video.php?v=10150294496535650

Step2: Copy the numbers present in the URL that is: 10150294496535650

Step3: Copy the following code and replace AAA with the above-mentioned video number in the step2.

Code:
< object width=”400″ height=”224″ >
<param name=”allowfullscreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<param name=”movie” value=”http://www.facebook.com/v/AAA” />
<embed src=”http://www.facebook.com/v/AAA” type=”application/x-shockwave-flash”
allowscriptaccess=”always” allowfullscreen=”true” width=”400″ height=”224″>
</embed>
</object >

You are done!

More
After you have replaced the AAA with your video number – you are ready with your embed code – Go ahead and paste it on to your blog or website directly.

Hope this information is of help to you.

Leave a Reply