Tipsglobe Logo Facebook Share Twitter Share Google Share LinkedIn Share StumbleUpon Share

0
Many of the users regularly upload thousands of videos daily. Sometimes we find some great useful videos that we would like to share.You can add or embed Facebook videos into your personal website easily. As each of the Facebook video comes with a unique ID. It is easy to share. All you need to do is copy and paste. So here is the simple trick you can easily use to share videos from Facebook inside any page of your website:
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>
Step 5: The width and height attributes can be changed according to your desire requirement you need to change it in both of the places from the 1st line and and the last night 400 = your value , 224 = your value.

Post a Comment Blogger

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top