That worked for me.
It was on line 403, in the latest version I just downloaded.
v0.759
replace:
define("FB_TARGET", "<object width=\"".FB_WIDTH."\" height=\"".FB_HEIGHT."\"><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"https://www.facebook.com/v/###URL###\" /><embed src=\"https://www.facebook.com/v/###URL###\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"".FB_WIDTH."\" height=\"".FB_HEIGHT."\"></embed></object>");
with:
define("FB_TARGET", "<iframe src=\"https://www.facebook.com/video/embed?video_id=###URL###\" width=\"700\" height=\"600\" frameborder=\"0\"></iframe>");
Thanks Metal_13