I want to get the embedded video URL
Hi,
I have here a video on the home page - 101greatgoals.com.
I would like to make it more viral and offer a like and share button for the video it self.
I think there might be a way to get the post url because the video is inside a post, but maybe I can get a direct URL to video it self.
If it was the main URL I could use something like this:
$uri = 'http'. ($_SERVER['HTTPS'] ? 's' : null) .'://'. $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
But I need to make the video it self or the video's post, shareable, and not the current URL.