Skip to content

Instantly share code, notes, and snippets.

@pmzivtech
Created February 5, 2019 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmzivtech/f601a75b3589b44be88570cef0489895 to your computer and use it in GitHub Desktop.
Save pmzivtech/f601a75b3589b44be88570cef0489895 to your computer and use it in GitHub Desktop.
/**
* Implements hook_media_source_info_alter().
*/
function MY_MODULE_media_media_source_info_alter(&$sources) {
$sources['oembed:video']['providers'][] = 'Facebook (Video)';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment