Meta Box
Support › General › oEmbed support Facebook videos?
How can your oEmbed support Facebook videos? For example, inputting the following would work just like capturing YouTube videos.
Example: https://www.facebook.com/sunbow68/videos/1454730112228681/
Hello,
We use the WordPress function wp_oembed_get() to retrieve the oembed code from the URL and display the video. The Facebook video is not supported by WordPress from version 5.5.2, so it doesn't work with the Meta Box oembed field.
wp_oembed_get()
oembed
You can get more details here https://developer.wordpress.org/reference/hooks/oembed_providers/