Skip to content

Instantly share code, notes, and snippets.

@websupporter
Created March 16, 2016 10:37
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 websupporter/569d44c5e86eb335d223 to your computer and use it in GitHub Desktop.
Save websupporter/569d44c5e86eb335d223 to your computer and use it in GitHub Desktop.
Add Gfycat as oEmbed provider
<?php
/**
* Add Gfycat as oEmbed provider
**/
wp_oembed_add_provider(
'#http(s)?://(www\.)?gfycat\.com/.*#i',
'https://api.gfycat.com/v1/oembed?url=',
true
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment