Hey Bloggers,so many times we embed videos in our Blog / website .In case of youtubeit was very easy to embed videos,you just need to copy the embed code under the video and paste it on your site but what about FACEBOOK video.Today i m sharing with you a nice trick to embed facebook video to your Blog / Site.
So the Tutorial for How to Embed Facebook Videos to Blog / Site goes here .

When ever you see a video on facebook you see some options in the End like below

Click on the Go to video button link and you will be redirected to the facebook video page.
Now look in your address bar you can see the full address of the video which looks something like this

http://www.facebook.com/video/video.php?v=12345678910

 This is not the original video Link so we need to edit this to the following link

http://www.facebook.com/v/12345678910

Remember the ID ( Number 12345678910) should be the same.
Now you need to get a Youtube Embed Html ,it will look like the code below

<object width=”500″ height=”314″>
<param name=”movie” value=”http://www.youtube.com/watch?v=dMH0bHeiRNg“></param>
<param name=”allowFullScreen” value=”true”></param>
<param name=”allowscriptaccess” value=”always”></param>
<embed src=”http://www.youtube.com/watch?v=dMH0bHeiRNgtype=”application/x-shockwave-flash” width=”500″ height=”314″ allowscriptaccess=”always” allowfullscreen=”true”></embed>

</object> 

Now replace the Highlighted video URLs with the facebook video URL and paste on your blog / site or any post…
Enjoyed the post….FOllow Us ,share your words with US…

Share:

administrator

I am a full stack software engineer and a blogger. Primarily, I work on Python, Java and React.js. I am an autodidact with a strong passion for new technologies. I love to build new things from the ground up. I have about 7 years of dynamic experience gained by working in early stage startups to mid-sized organizations in an Agile environment.

Leave a Reply

Your email address will not be published. Required fields are marked *

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