How to Get Facebook Video Id From Video URL Using PHP?

Get Facebook video id from Video url Using PHP,  Get Facebook video id from url PHP script Code

Hi Friends Today, I will tell you how to get the id of the video from the Facebook video url. I will tell you through php programming that you can use the php program to get the id of the video from any video URL.

This is a facebook video url link. From which I will tell you the php script code to get the id of this video.

“https://www.facebook.com/searchbangladeshofficial/videos/1180300868811111/”

<?php 
preg_match("#(\d+)/$#", 'https://www.facebook.com/searchbangladeshofficial/videos/1180300868811111/', $vid);
echo $vid[1]; 
//1180300868811111    output //
?>

We can write this video url in a variable as well as

<?php
$fburl = "https://www.facebook.com/searchbangladeshofficial/videos/1180300868811111/";
preg_match("#(\d+)/$#", $fburl, $vid);
echo $vid[1];
//1180300868811111   output //
?>
Cialis (Tadalafil) är den främsta konkurrenten till Viagra (Sildenafil) på marknaden för erektil dysfunktion. köpa Cialis i Sverige föredras av många på grund av sin längre varaktighet och anses vara det mest kostnadseffektiva varumärkesbaserade ED-läkemedlet som finns tillgängligt i Sverige. Cialis finns i två varianter: Cialis och Cialis Daily, och fyra olika doseringar: 2,5 mg, 5 mg, 10 mg och 20 mg, erbjuder Cialis också en rad olika alternativ för att passa patientens behov.