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/VIDEO ID" />
<embed src="http://www.facebook.com/v/
VIDEO ID
" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224">
</embed>
</object>
As we can see in the above code 1st line will be the height and width you can set it up if you like to increase height and width.Value contain
VIDEO ID
this is the ID of the facebook video so all you need to do is replace the
VIDEO ID with your video id code and also in the embed src field replace the video id and you are done. Now your video is ready to add in any page you paste the above code.
So, now the question how you will get the video ID of the Facebook vide:
5 Steps to find Facebook Video ID:
Step 1:Open the video : After watching the video, click on the Go to video as shown in the pic below.
Step 2: Now you will be redirected to the webpage containing the video.
Step 3: You should know that every video uploaded on Facebook has a unique id associated with it.
When the new window will open in the address bar you will able to see the the video code in the pic above (look for the value of parameter v).
Step 4: Copy this code below onto the HTML-editor of your blog or website and replace VIDEO ID in the code with the unique id of the video.
<object width="400" height="224" >
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://www.facebook.com/v/VIDEO ID" />
<embed src="http://www.facebook.com/v/VIDEO ID" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224">
</embed>
</object>
Post a Comment Blogger Facebook
Click to see the code!
To insert emoticon you must added at least one space before the code.