Fixed Problem With Facebook Video

I don't fully understand it, so it figures I wouldn't know wth digits is for. I just used the other media sites as examples and they were only using $id lol
 
Ahh, I kinda figured something like that.

when I was said 'Advanced options Tab--> Use 'Match URLs' as PCRE regular expressions: checked'

for future reference I was referring to this(if you are using the match expression that Brogan posted you don't use this as it is not a regular expression)
regex.webp
 
This is what fixes it:

Match URL:
Code:
facebook.com/*photo.php?v={$id:digits}
Embed HTML:
Code:
<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="640" height="360" frameborder="0"></iframe>

Thanks to EQnoble
 
Top Bottom