bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Add oembed support for bookmark-format URLs. #39

Closed GaryJones closed 10 years ago

GaryJones commented 10 years ago

Since we can't immediately tell if #file-foo-bar-php meant foo.bar.php or foo-bar.php, we do an API call for the whole Gist which lists all the files. We loop through the files, and take the first one that matches our oembed URL suffix when sanitized.

At the moment, this extra API call is NOT cached at all.